#CDDCC6

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

Shades of Surf Crest #CDDCC6

Tints of Surf Crest #CDDCC6

Color information

#CDDCC6 (or 0xCDDCC6) is unknown color: approx Surf Crest. HEX triplet: CD, DC and C6. RGB value is (205,220,198). Sum of RGB (Red+Green+Blue) = 205+220+198=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC6 is #322339. Grayscale: #D5D5D5. Windows color (decimal): -3285818 or 13032653. OLE color: 13032653.

HSL color Cylindrical-coordinate representation of color #CDDCC6: hue angle of 100.91º degrees, saturation: 0.24, 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 #CDDCC6 is Cyan = 0.07, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB205220198-
CMYK0.0700.10.14
HSL100.91º23.91%81.96%-
HSV(B)100.91º10%86.27%-
XYZ60.9668.2463.39-
YUV213.01119.53122.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=32.91%
G=35.31%
B=31.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201980.0700.10.14100.9123.9181.96
HexCDDCC670AE651852
Octal31533430670121614530122
Binary1100110111011100110001101110101011101100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCC6; }

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

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

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

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

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

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

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

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