#CDDAC9

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

Shades of Surf Crest #CDDAC9

Tints of Surf Crest #CDDAC9

Color information

#CDDAC9 (or 0xCDDAC9) is unknown color: approx Surf Crest. HEX triplet: CD, DA and C9. RGB value is (205,218,201). Sum of RGB (Red+Green+Blue) = 205+218+201=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC9 is #322536. Grayscale: #D4D4D4. Windows color (decimal): -3286327 or 13228749. OLE color: 13228749.

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

Color convert

RGB205218201-
CMYK0.0600.080.15
HSL105.88º18.68%82.16%-
HSV(B)105.88º7.8%85.49%-
XYZ60.7967.3465.05-
YUV212.18121.69122.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 201 (78.91% from 255) = 32.21%
R=32.85%
G=34.94%
B=32.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052182010.0600.080.15105.8818.6882.16
HexCDDAC9608F6a1352
Octal31533231160101715223122
Binary1100110111011010110010011100100011111101010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAC9; }

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

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

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

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

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

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

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

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