#CCDDC6

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

Shades of Surf Crest #CCDDC6

Tints of Surf Crest #CCDDC6

Color information

#CCDDC6 (or 0xCCDDC6) is unknown color: approx Surf Crest. HEX triplet: CC, DD and C6. RGB value is (204,221,198). Sum of RGB (Red+Green+Blue) = 204+221+198=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC6 is #332239. Grayscale: #D5D5D5. Windows color (decimal): -3351098 or 13032908. OLE color: 13032908.

HSL color Cylindrical-coordinate representation of color #CCDDC6: hue angle of 104.35º degrees, saturation: 0.25, 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 #CCDDC6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB204221198-
CMYK0.0800.100.13
HSL104.35º25.27%82.16%-
HSV(B)104.35º10.41%86.67%-
XYZ60.9568.6363.46-
YUV213.3119.37121.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=32.74%
G=35.47%
B=31.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211980.0800.100.13104.3525.2782.16
HexCCDDC680AD681952
Octal314335306100121515031122
Binary11001100110111011100011010000101011011101000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC6; }

 p { color: rgb(204,221,198); }

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

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

 a { background-color: rgb(204,221,198); }

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

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

 span { border-color: rgb(204,221,198); }

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