Html Css Color HEX #C2CDE2 Periwinkle

📋 copy color: '#C2CDE2'

red 194 ◦ green 205 ◦ blue 226

#C2CDE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #C2CDE2

Tints of Periwinkle #C2CDE2

RGB

 RED value IS 194 (76.17% from 255) = 31.04%

 GREEN value IS 205 (80.47% from 255) = 32.8%

 BLUE value IS 226 (88.67% from 255) = 36.16%

R = 31.04%
G = 32.8%
B = 36.16%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2CDE2 (or 0xC2CDE2) is known color: Periwinkle. HEX triplet: C2, CD and E2. RGB value is (194,205,226). Sum of RGB (Red+Green+Blue) = 194+205+226=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #C2CDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDE2 is #3D321D. Grayscale: #CCCCCC. Windows color (decimal): -4010526 or 14863810. OLE color: 14863810.

HSL color Cylindrical-coordinate representation of color #C2CDE2: hue angle of 219.38º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2CDE2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 205 226 -
CMYK 0.14 0.09 0 0.11
HSL 219.38º 0.36% 0.82% -
HSV(B) 219.38º 0.14% 0.89% -
XYZ 57.81 60.62 80.61 -
YUV 204.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 194 205 226 0.14 0.09 0 0.11 219.38 0.36 0.82
Hex C2 CD E2 E 9 0 B DB 24 52
Octal 302 315 342 16 11 0 13 333 44 122
Binary 11000010 11001101 11100010 1110 1001 0 1011 11011011 100100 1010010

Color Harmonies of #C2CDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDE2

Black with #C2CDE2

Text Example


Text Example

White with #C2CDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDE2; }

 p { color: rgb(194,205,226); }

 H1.HeaderClassName
 {
   color: #C2CDE2;
 }
 .AnyTagClassName
 {
   color: #C2CDE2;
 }
</style>

background-color css

<style>
 a { background-color: #C2CDE2; }

 a { background-color: rgb(194,205,226); }

 div.DivClassName
 {
   background-color: #C2CDE2;
 }
 .BgClassName
 {
   background-color: #C2CDE2;
 }
</style>

border-color css

<style>
 span { border-color: #C2CDE2; }

 span { border-color: rgb(194,205,226); }

 td.TdClassName
 {
   border-color: #C2CDE2;
 }
 .TagClassName
 {
   border-color: #C2CDE2;
 }
</style>