#CACDDA

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

Shades of Link Water #CACDDA

Tints of Link Water #CACDDA

Color information

#CACDDA (or 0xCACDDA) is unknown color: approx Link Water. HEX triplet: CA, CD and DA. RGB value is (202,205,218). Sum of RGB (Red+Green+Blue) = 202+205+218=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDA is #353225. Grayscale: #CDCDCD. Windows color (decimal): -3486246 or 14339530. OLE color: 14339530.

HSL color Cylindrical-coordinate representation of color #CACDDA: hue angle of 228.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACDDA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202205218-
CMYK0.070.0600.15
HSL228.75º17.78%82.35%-
HSV(B)228.75º7.34%85.49%-
XYZ58.8461.2875.06-
YUV205.58135.01125.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=32.32%
G=32.8%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022052180.070.0600.15228.7517.7882.35
HexCACDDA760Fe51252
Octal3123153327601734522122
Binary1100101011001101110110101111100111111100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDDA; }

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

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

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

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

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

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

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

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