Html Css Color HEX #C4CCE0 Periwinkle

📋 copy color: '#C4CCE0'

red 196 ◦ green 204 ◦ blue 224

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

Shades of Periwinkle #C4CCE0

Tints of Periwinkle #C4CCE0

RGB

 RED value IS 196 (76.95% from 255) = 31.41%

 GREEN value IS 204 (80.08% from 255) = 32.69%

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 31.41%
G = 32.69%
B = 35.9%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4CCE0 (or 0xC4CCE0) is known color: Periwinkle. HEX triplet: C4, CC and E0. RGB value is (196,204,224). Sum of RGB (Red+Green+Blue) = 196+204+224=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCE0 is #3B331F. Grayscale: #CBCBCB. Windows color (decimal): -3879712 or 14732484. OLE color: 14732484.

HSL color Cylindrical-coordinate representation of color #C4CCE0: hue angle of 222.86º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4CCE0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 204 224 -
CMYK 0.12 0.09 0 0.12
HSL 222.86º 0.31% 0.82% -
HSV(B) 222.86º 0.13% 0.88% -
XYZ 57.81 60.3 79.11 -
YUV 203.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 196 204 224 0.12 0.09 0 0.12 222.86 0.31 0.82
Hex C4 CC E0 C 9 0 C DF 1F 52
Octal 304 314 340 14 11 0 14 337 37 122
Binary 11000100 11001100 11100000 1100 1001 0 1100 11011111 11111 1010010

Color Harmonies of #C4CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCE0

Black with #C4CCE0

Text Example


Text Example

White with #C4CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCE0; }

 p { color: rgb(196,204,224); }

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

background-color css

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

 a { background-color: rgb(196,204,224); }

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

border-color css

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

 span { border-color: rgb(196,204,224); }

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