#CCD7C8

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

Shades of Surf Crest #CCD7C8

Tints of Surf Crest #CCD7C8

Color information

#CCD7C8 (or 0xCCD7C8) is unknown color: approx Surf Crest. HEX triplet: CC, D7 and C8. RGB value is (204,215,200). Sum of RGB (Red+Green+Blue) = 204+215+200=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7C8 is #332837. Grayscale: #D2D2D2. Windows color (decimal): -3352632 or 13162444. OLE color: 13162444.

HSL color Cylindrical-coordinate representation of color #CCD7C8: hue angle of 104º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD7C8 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB204215200-
CMYK0.0500.070.16
HSL104º15.79%81.37%-
HSV(B)104º6.98%84.31%-
XYZ59.6365.6164.16-
YUV210122.36123.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=32.96%
G=34.73%
B=32.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042152000.0500.070.1610415.7981.37
HexCCD7C850710681051
Octal3143273105072015020121
Binary1100110011010111110010001010111100001101000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7C8; }

 p { color: rgb(204,215,200); }

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

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

 a { background-color: rgb(204,215,200); }

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

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

 span { border-color: rgb(204,215,200); }

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