Html Css Color HEX #CACEE4 Periwinkle

📋 copy color: '#CACEE4'

red 202 ◦ green 206 ◦ blue 228

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

Shades of Periwinkle #CACEE4

Tints of Periwinkle #CACEE4

RGB

 RED value IS 202 (79.3% from 255) = 31.76%

 GREEN value IS 206 (80.86% from 255) = 32.39%

 BLUE value IS 228 (89.45% from 255) = 35.85%

R = 31.76%
G = 32.39%
B = 35.85%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CACEE4 (or 0xCACEE4) is known color: Periwinkle. HEX triplet: CA, CE and E4. RGB value is (202,206,228). Sum of RGB (Red+Green+Blue) = 202+206+228=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #CACEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE4 is #35311B. Grayscale: #CFCFCF. Windows color (decimal): -3485980 or 14995146. OLE color: 14995146.

HSL color Cylindrical-coordinate representation of color #CACEE4: hue angle of 230.77º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACEE4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 206 228 -
CMYK 0.11 0.10 0 0.11
HSL 230.77º 0.33% 0.84% -
HSV(B) 230.77º 0.11% 0.89% -
XYZ 60.43 62.3 82.24 -
YUV 207.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 202 206 228 0.11 0.10 0 0.11 230.77 0.33 0.84
Hex CA CE E4 B A 0 B E7 20 54
Octal 312 316 344 13 12 0 13 347 40 124
Binary 11001010 11001110 11100100 1011 1010 0 1011 11100111 100000 1010100

Color Harmonies of #CACEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEE4

Black with #CACEE4

Text Example


Text Example

White with #CACEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEE4; }

 p { color: rgb(202,206,228); }

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

background-color css

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

 a { background-color: rgb(202,206,228); }

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

border-color css

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

 span { border-color: rgb(202,206,228); }

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