#CADBCD

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

Shades of Edgewater #CADBCD

Tints of Edgewater #CADBCD

Color information

#CADBCD (or 0xCADBCD) is unknown color: approx Edgewater. HEX triplet: CA, DB and CD. RGB value is (202,219,205). Sum of RGB (Red+Green+Blue) = 202+219+205=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBCD is #352432. Grayscale: #D4D4D4. Windows color (decimal): -3482675 or 13491146. OLE color: 13491146.

HSL color Cylindrical-coordinate representation of color #CADBCD: hue angle of 130.59º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBCD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB202219205-
CMYK0.0800.060.14
HSL130.59º19.1%82.55%-
HSV(B)130.59º7.76%85.88%-
XYZ60.7167.6367.61-
YUV212.32123.87120.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=32.27%
G=34.98%
B=32.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022192050.0800.060.14130.5919.182.55
HexCADBCD806E831353
Octal31233331510061620323123
Binary11001010110110111100110110000110111010000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBCD; }

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

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

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

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

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

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

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

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