#CCDDC7

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

Shades of Surf Crest #CCDDC7

Tints of Surf Crest #CCDDC7

Color information

#CCDDC7 (or 0xCCDDC7) is unknown color: approx Surf Crest. HEX triplet: CC, DD and C7. RGB value is (204,221,199). Sum of RGB (Red+Green+Blue) = 204+221+199=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC7 is #332238. Grayscale: #D5D5D5. Windows color (decimal): -3351097 or 13098444. OLE color: 13098444.

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

Color convert

RGB204221199-
CMYK0.0800.100.13
HSL106.36º24.44%82.35%-
HSV(B)106.36º9.95%86.67%-
XYZ61.0768.6764.07-
YUV213.41119.87121.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=32.69%
G=35.42%
B=31.89%

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
Decimal2042211990.0800.100.13106.3624.4482.35
HexCCDDC780AD6a1852
Octal314335307100121515230122
Binary11001100110111011100011110000101011011101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC7; }

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

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

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

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

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

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

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

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