Html Css Color HEX #CACEE0 Periwinkle

📋 copy color: '#CACEE0'

red 202 ◦ green 206 ◦ blue 224

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

Shades of Periwinkle #CACEE0

Tints of Periwinkle #CACEE0

RGB

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

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

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

R = 31.96%
G = 32.59%
B = 35.44%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CACEE0 (or 0xCACEE0) is known color: Periwinkle. HEX triplet: CA, CE and E0. RGB value is (202,206,224). Sum of RGB (Red+Green+Blue) = 202+206+224=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE0 is #35311F. Grayscale: #CECECE. Windows color (decimal): -3485984 or 14733002. OLE color: 14733002.

HSL color Cylindrical-coordinate representation of color #CACEE0: hue angle of 229.09º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACEE0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 206 224 -
CMYK 0.10 0.08 0 0.12
HSL 229.09º 0.26% 0.84% -
HSV(B) 229.09º 0.1% 0.88% -
XYZ 59.88 62.08 79.35 -
YUV 206.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 202 206 224 0.10 0.08 0 0.12 229.09 0.26 0.84
Hex CA CE E0 A 8 0 C E5 1A 54
Octal 312 316 340 12 10 0 14 345 32 124
Binary 11001010 11001110 11100000 1010 1000 0 1100 11100101 11010 1010100

Color Harmonies of #CACEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEE0

Black with #CACEE0

Text Example


Text Example

White with #CACEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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