#CDDCC7

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

Shades of Surf Crest #CDDCC7

Tints of Surf Crest #CDDCC7

Color information

#CDDCC7 (or 0xCDDCC7) is unknown color: approx Surf Crest. HEX triplet: CD, DC and C7. RGB value is (205,220,199). Sum of RGB (Red+Green+Blue) = 205+220+199=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC7 is #322338. Grayscale: #D5D5D5. Windows color (decimal): -3285817 or 13098189. OLE color: 13098189.

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

Color convert

RGB205220199-
CMYK0.0700.100.14
HSL102.86º23.08%82.16%-
HSV(B)102.86º9.55%86.27%-
XYZ61.0868.2963.99-
YUV213.12120.03122.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=32.85%
G=35.26%
B=31.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201990.0700.100.14102.8623.0882.16
HexCDDCC770AE671752
Octal31533430770121614727122
Binary1100110111011100110001111110101011101100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCC7; }

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

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

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

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

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

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

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

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