Html Css Color HEX #CACEED Periwinkle

📋 copy color: '#CACEED'

red 202 ◦ green 206 ◦ blue 237

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

Shades of Periwinkle #CACEED

Tints of Periwinkle #CACEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 31.32%
G = 31.94%
B = 36.74%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CACEED (or 0xCACEED) is known color: Periwinkle. HEX triplet: CA, CE and ED. RGB value is (202,206,237). Sum of RGB (Red+Green+Blue) = 202+206+237=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEED is #353112. Grayscale: #D0D0D0. Windows color (decimal): -3485971 or 15584970. OLE color: 15584970.

HSL color Cylindrical-coordinate representation of color #CACEED: hue angle of 233.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACEED is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 206 237 -
CMYK 0.15 0.13 0 0.07
HSL 233.14º 0.49% 0.86% -
HSV(B) 233.14º 0.15% 0.93% -
XYZ 61.71 62.81 88.99 -
YUV 208.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 202 206 237 0.15 0.13 0 0.07 233.14 0.49 0.86
Hex CA CE ED F D 0 7 E9 31 56
Octal 312 316 355 17 15 0 7 351 61 126
Binary 11001010 11001110 11101101 1111 1101 0 111 11101001 110001 1010110

Color Harmonies of #CACEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEED

Black with #CACEED

Text Example


Text Example

White with #CACEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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