#CBD4CD

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

Shades of Edgewater #CBD4CD

Tints of Edgewater #CBD4CD

Color information

#CBD4CD (or 0xCBD4CD) is unknown color: approx Edgewater. HEX triplet: CB, D4 and CD. RGB value is (203,212,205). Sum of RGB (Red+Green+Blue) = 203+212+205=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4CD is #342B32. Grayscale: #D0D0D0. Windows color (decimal): -3418931 or 13489355. OLE color: 13489355.

HSL color Cylindrical-coordinate representation of color #CBD4CD: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBD4CD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB203212205-
CMYK0.0400.030.17
HSL133.33º9.47%81.37%-
HSV(B)133.33º4.25%83.14%-
XYZ59.1964.1967.03-
YUV208.51126.02124.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=32.74%
G=34.19%
B=33.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032122050.0400.030.17133.339.4781.37
HexCBD4CD4031185951
Octal3133243154032120511121
Binary110010111101010011001101100011100011000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4CD; }

 p { color: rgb(203,212,205); }

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

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

 a { background-color: rgb(203,212,205); }

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

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

 span { border-color: rgb(203,212,205); }

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