#CACDE7

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

Shades of Periwinkle #CACDE7

Tints of Periwinkle #CACDE7

Color information

#CACDE7 (or 0xCACDE7) is unknown color: approx Periwinkle. HEX triplet: CA, CD and E7. RGB value is (202,205,231). Sum of RGB (Red+Green+Blue) = 202+205+231=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #CACDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDE7 is #353218. Grayscale: #CECECE. Windows color (decimal): -3486233 or 15191498. OLE color: 15191498.

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

Color convert

RGB202205231-
CMYK0.130.1100.09
HSL233.79º37.66%84.9%-
HSV(B)233.79º12.55%90.59%-
XYZ60.6161.9984.37-
YUV207.07141.51124.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=31.66%
G=32.13%
B=36.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022052310.130.1100.09233.7937.6684.9
HexCACDE7DB09ea2655
Octal312315347151301135246125
Binary1100101011001101111001111101101101001111010101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDE7; }

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

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

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

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

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

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

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

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