#CDDCC8

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

Shades of Surf Crest #CDDCC8

Tints of Surf Crest #CDDCC8

Color information

#CDDCC8 (or 0xCDDCC8) is unknown color: approx Surf Crest. HEX triplet: CD, DC and C8. RGB value is (205,220,200). Sum of RGB (Red+Green+Blue) = 205+220+200=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC8 is #322337. Grayscale: #D5D5D5. Windows color (decimal): -3285816 or 13163725. OLE color: 13163725.

HSL color Cylindrical-coordinate representation of color #CDDCC8: hue angle of 105º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDCC8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB205220200-
CMYK0.0700.090.14
HSL105º22.22%82.35%-
HSV(B)105º9.09%86.27%-
XYZ61.268.3464.61-
YUV213.24120.53122.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 200 (78.52% from 255) = 32%
R=32.8%
G=35.2%
B=32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202000.0700.090.1410522.2282.35
HexCDDCC8709E691652
Octal31533431070111615126122
Binary1100110111011100110010001110100111101101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCC8; }

 p { color: rgb(205,220,200); }

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

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

 a { background-color: rgb(205,220,200); }

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

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

 span { border-color: rgb(205,220,200); }

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