#CCDFC8

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

Shades of Surf Crest #CCDFC8

Tints of Surf Crest #CCDFC8

Color information

#CCDFC8 (or 0xCCDFC8) is unknown color: approx Surf Crest. HEX triplet: CC, DF and C8. RGB value is (204,223,200). Sum of RGB (Red+Green+Blue) = 204+223+200=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC8 is #332037. Grayscale: #D6D6D6. Windows color (decimal): -3350584 or 13164492. OLE color: 13164492.

HSL color Cylindrical-coordinate representation of color #CCDFC8: hue angle of 109.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB204223200-
CMYK0.0900.100.13
HSL109.57º26.44%82.94%-
HSV(B)109.57º10.31%87.45%-
XYZ61.7169.7864.86-
YUV214.7119.71120.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=32.54%
G=35.57%
B=31.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042232000.0900.100.13109.5726.4482.94
HexCCDFC890AD6e1a53
Octal314337310110121515632123
Binary11001100110111111100100010010101011011101110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFC8; }

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

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

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

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

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

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

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

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