Html Css Color HEX #CACEE6 Periwinkle

📋 copy color: '#CACEE6'

red 202 ◦ green 206 ◦ blue 230

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

Shades of Periwinkle #CACEE6

Tints of Periwinkle #CACEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.05%

R = 31.66%
G = 32.29%
B = 36.05%

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

#CACEE6 (or 0xCACEE6) is known color: Periwinkle. HEX triplet: CA, CE and E6. RGB value is (202,206,230). Sum of RGB (Red+Green+Blue) = 202+206+230=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEE6 is #353119. Grayscale: #CFCFCF. Windows color (decimal): -3485978 or 15126218. OLE color: 15126218.

HSL color Cylindrical-coordinate representation of color #CACEE6: hue angle of 231.43º degrees, saturation: 0.36, 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 #CACEE6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 206 230 -
CMYK 0.12 0.10 0 0.10
HSL 231.43º 0.36% 0.85% -
HSV(B) 231.43º 0.12% 0.9% -
XYZ 60.71 62.41 83.71 -
YUV 207.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 202 206 230 0.12 0.10 0 0.10 231.43 0.36 0.85
Hex CA CE E6 C A 0 A E7 24 55
Octal 312 316 346 14 12 0 12 347 44 125
Binary 11001010 11001110 11100110 1100 1010 0 1010 11100111 100100 1010101

Color Harmonies of #CACEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEE6

Black with #CACEE6

Text Example


Text Example

White with #CACEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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