#CDDDC7

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

Shades of Surf Crest #CDDDC7

Tints of Surf Crest #CDDDC7

Color information

#CDDDC7 (or 0xCDDDC7) is unknown color: approx Surf Crest. HEX triplet: CD, DD and C7. RGB value is (205,221,199). Sum of RGB (Red+Green+Blue) = 205+221+199=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDC7 is #322238. Grayscale: #D5D5D5. Windows color (decimal): -3285561 or 13098445. OLE color: 13098445.

HSL color Cylindrical-coordinate representation of color #CDDDC7: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDDC7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB205221199-
CMYK0.0700.100.13
HSL103.64º24.44%82.35%-
HSV(B)103.64º9.95%86.67%-
XYZ61.3468.8264.08-
YUV213.71119.7121.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=32.8%
G=35.36%
B=31.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211990.0700.100.13103.6424.4482.35
HexCDDDC770AD681852
Octal31533530770121515030122
Binary1100110111011101110001111110101011011101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDC7; }

 p { color: rgb(205,221,199); }

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

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

 a { background-color: rgb(205,221,199); }

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

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

 span { border-color: rgb(205,221,199); }

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