#CDDCCA

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

Shades of Surf Crest #CDDCCA

Tints of Surf Crest #CDDCCA

Color information

#CDDCCA (or 0xCDDCCA) is unknown color: approx Surf Crest. HEX triplet: CD, DC and CA. RGB value is (205,220,202). Sum of RGB (Red+Green+Blue) = 205+220+202=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCA is #322335. Grayscale: #D5D5D5. Windows color (decimal): -3285814 or 13294797. OLE color: 13294797.

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

Color convert

RGB205220202-
CMYK0.0700.080.14
HSL110º20.45%82.75%-
HSV(B)110º8.18%86.27%-
XYZ61.4368.4365.85-
YUV213.46121.53121.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=32.70%
G=35.09%
B=32.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202020.0700.080.1411020.4582.75
HexCDDCCA708E6e1453
Octal31533431270101615624123
Binary1100110111011100110010101110100011101101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCCA; }

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

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

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

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

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

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

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

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