#CDDCC9

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

Shades of Surf Crest #CDDCC9

Tints of Surf Crest #CDDCC9

Color information

#CDDCC9 (or 0xCDDCC9) is unknown color: approx Surf Crest. HEX triplet: CD, DC and C9. RGB value is (205,220,201). Sum of RGB (Red+Green+Blue) = 205+220+201=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC9 is #322336. Grayscale: #D5D5D5. Windows color (decimal): -3285815 or 13229261. OLE color: 13229261.

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

Color convert

RGB205220201-
CMYK0.0700.090.14
HSL107.37º21.35%82.55%-
HSV(B)107.37º8.64%86.27%-
XYZ61.3168.3865.23-
YUV213.35121.03122.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=32.75%
G=35.14%
B=32.11%

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
Decimal2052202010.0700.090.14107.3721.3582.55
HexCDDCC9709E6b1553
Octal31533431170111615325123
Binary1100110111011100110010011110100111101101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCC9; }

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

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

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

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

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

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

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

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