#CACDEA

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

Shades of Periwinkle #CACDEA

Tints of Periwinkle #CACDEA

Color information

#CACDEA (or 0xCACDEA) is unknown color: approx Periwinkle. HEX triplet: CA, CD and EA. RGB value is (202,205,234). Sum of RGB (Red+Green+Blue) = 202+205+234=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDEA is #353215. Grayscale: #CFCFCF. Windows color (decimal): -3486230 or 15388106. OLE color: 15388106.

HSL color Cylindrical-coordinate representation of color #CACDEA: hue angle of 234.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACDEA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202205234-
CMYK0.140.1200.08
HSL234.38º43.24%85.49%-
HSV(B)234.38º13.68%91.76%-
XYZ61.0462.1686.62-
YUV207.41143.01124.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=31.51%
G=31.98%
B=36.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022052340.140.1200.08234.3843.2485.49
HexCACDEAEC08ea2b55
Octal312315352161401035253125
Binary1100101011001101111010101110110001000111010101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDEA; }

 p { color: rgb(202,205,234); }

 H1.HeaderClassName
 {
   color: #CACDEA;
 }
 .AnyTagClassName
 {
   color: #CACDEA;
 }
</style>
background-color css

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

 a { background-color: rgb(202,205,234); }

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

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

 span { border-color: rgb(202,205,234); }

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