Html Css Color HEX #CACCE8 Periwinkle

📋 copy color: '#CACCE8'

red 202 ◦ green 204 ◦ blue 232

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

Shades of Periwinkle #CACCE8

Tints of Periwinkle #CACCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.97%

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

R = 31.66%
G = 31.97%
B = 36.36%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CACCE8 (or 0xCACCE8) is known color: Periwinkle. HEX triplet: CA, CC and E8. RGB value is (202,204,232). Sum of RGB (Red+Green+Blue) = 202+204+232=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCE8 is #353317. Grayscale: #CECECE. Windows color (decimal): -3486488 or 15256778. OLE color: 15256778.

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

Color convert

RGB 202 204 232 -
CMYK 0.13 0.12 0 0.09
HSL 236º 0.39% 0.85% -
HSV(B) 236º 0.13% 0.91% -
XYZ 60.52 61.57 85.04 -
YUV 206.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 202 204 232 0.13 0.12 0 0.09 236 0.39 0.85
Hex CA CC E8 D C 0 9 EC 27 55
Octal 312 314 350 15 14 0 11 354 47 125
Binary 11001010 11001100 11101000 1101 1100 0 1001 11101100 100111 1010101

Color Harmonies of #CACCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCE8

Black with #CACCE8

Text Example


Text Example

White with #CACCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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