Html Css Color HEX #CACEE8 Periwinkle

📋 copy color: '#CACEE8'

red 202 ◦ green 206 ◦ blue 232

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

Shades of Periwinkle #CACEE8

Tints of Periwinkle #CACEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 31.56%
G = 32.19%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CACEE8 (or 0xCACEE8) is known color: Periwinkle. HEX triplet: CA, CE and E8. RGB value is (202,206,232). Sum of RGB (Red+Green+Blue) = 202+206+232=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEE8 is #353117. Grayscale: #CFCFCF. Windows color (decimal): -3485976 or 15257290. OLE color: 15257290.

HSL color Cylindrical-coordinate representation of color #CACEE8: hue angle of 232º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACEE8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 206 232 -
CMYK 0.13 0.11 0 0.09
HSL 232º 0.39% 0.85% -
HSV(B) 232º 0.13% 0.91% -
XYZ 60.99 62.53 85.2 -
YUV 207.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 202 206 232 0.13 0.11 0 0.09 232 0.39 0.85
Hex CA CE E8 D B 0 9 E8 27 55
Octal 312 316 350 15 13 0 11 350 47 125
Binary 11001010 11001110 11101000 1101 1011 0 1001 11101000 100111 1010101

Color Harmonies of #CACEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEE8

Black with #CACEE8

Text Example


Text Example

White with #CACEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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