#CDD6C9

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

Shades of Surf Crest #CDD6C9

Tints of Surf Crest #CDD6C9

Color information

#CDD6C9 (or 0xCDD6C9) is unknown color: approx Surf Crest. HEX triplet: CD, D6 and C9. RGB value is (205,214,201). Sum of RGB (Red+Green+Blue) = 205+214+201=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6C9 is #322936. Grayscale: #D1D1D1. Windows color (decimal): -3287351 or 13227725. OLE color: 13227725.

HSL color Cylindrical-coordinate representation of color #CDD6C9: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD6C9 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB205214201-
CMYK0.0400.060.16
HSL101.54º13.68%81.37%-
HSV(B)101.54º6.07%83.92%-
XYZ59.7765.2964.71-
YUV209.83123.02124.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=33.06%
G=34.52%
B=32.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052142010.0400.060.16101.5413.6881.37
HexCDD6C94061066e51
Octal3153263114062014616121
Binary110011011101011011001001100011010000110011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6C9; }

 p { color: rgb(205,214,201); }

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

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

 a { background-color: rgb(205,214,201); }

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

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

 span { border-color: rgb(205,214,201); }

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