#CACEED

Color #CACEED Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #CACEED

Tints of Periwinkle #CACEED

Color information

#CACEED (or 0xCACEED) is unknown color: approx 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

RGB202206237-
CMYK0.150.1300.07
HSL233.14º49.3%86.08%-
HSV(B)233.14º14.77%92.94%-
XYZ61.7162.8188.99-
YUV208.34144.17123.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022062370.150.1300.07233.1449.386.08
HexCACEEDFD07e93156
Octal31231635517150735161126
Binary110010101100111011101101111111010111111010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>