Html Css Color HEX #CACEE5 Periwinkle

📋 copy color: '#CACEE5'

red 202 ◦ green 206 ◦ blue 229

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

Shades of Periwinkle #CACEE5

Tints of Periwinkle #CACEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 31.71%
G = 32.34%
B = 35.95%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CACEE5 (or 0xCACEE5) is known color: Periwinkle. HEX triplet: CA, CE and E5. RGB value is (202,206,229). Sum of RGB (Red+Green+Blue) = 202+206+229=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE5 is #35311A. Grayscale: #CFCFCF. Windows color (decimal): -3485979 or 15060682. OLE color: 15060682.

HSL color Cylindrical-coordinate representation of color #CACEE5: hue angle of 231.11º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACEE5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 206 229 -
CMYK 0.12 0.10 0 0.10
HSL 231.11º 0.34% 0.85% -
HSV(B) 231.11º 0.12% 0.9% -
XYZ 60.57 62.36 82.97 -
YUV 207.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 202 206 229 0.12 0.10 0 0.10 231.11 0.34 0.85
Hex CA CE E5 C A 0 A E7 22 55
Octal 312 316 345 14 12 0 12 347 42 125
Binary 11001010 11001110 11100101 1100 1010 0 1010 11100111 100010 1010101

Color Harmonies of #CACEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEE5

Black with #CACEE5

Text Example


Text Example

White with #CACEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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