Html Css Color HEX #C4CAE0 Periwinkle

📋 copy color: '#C4CAE0'

red 196 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #C4CAE0

Tints of Periwinkle #C4CAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.48%

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

R = 31.51%
G = 32.48%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4CAE0 (or 0xC4CAE0) is known color: Periwinkle. HEX triplet: C4, CA and E0. RGB value is (196,202,224). Sum of RGB (Red+Green+Blue) = 196+202+224=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAE0 is #3B351F. Grayscale: #CACACA. Windows color (decimal): -3880224 or 14731972. OLE color: 14731972.

HSL color Cylindrical-coordinate representation of color #C4CAE0: hue angle of 227.14º 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 #C4CAE0 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 202 224 -
CMYK 0.12 0.10 0 0.12
HSL 227.14º 0.31% 0.82% -
HSV(B) 227.14º 0.13% 0.88% -
XYZ 57.34 59.36 78.96 -
YUV 202.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 196 202 224 0.12 0.10 0 0.12 227.14 0.31 0.82
Hex C4 CA E0 C A 0 C E3 1F 52
Octal 304 312 340 14 12 0 14 343 37 122
Binary 11000100 11001010 11100000 1100 1010 0 1100 11100011 11111 1010010

Color Harmonies of #C4CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAE0

Black with #C4CAE0

Text Example


Text Example

White with #C4CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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