#CDD9CB

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

Shades of Surf Crest #CDD9CB

Tints of Surf Crest #CDD9CB

Color information

#CDD9CB (or 0xCDD9CB) is unknown color: approx Surf Crest. HEX triplet: CD, D9 and CB. RGB value is (205,217,203). Sum of RGB (Red+Green+Blue) = 205+217+203=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CB is #322634. Grayscale: #D3D3D3. Windows color (decimal): -3286581 or 13359565. OLE color: 13359565.

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

Color convert

RGB205217203-
CMYK0.0600.060.15
HSL111.43º15.56%82.35%-
HSV(B)111.43º6.45%85.1%-
XYZ60.7766.9266.21-
YUV211.82123.02123.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=32.8%
G=34.72%
B=32.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052172030.0600.060.15111.4315.5682.35
HexCDD9CB606F6f1052
Octal3153313136061715720122
Binary110011011101100111001011110011011111101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9CB; }

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

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

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

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

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

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

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

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