#CCDFC7

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

Shades of Surf Crest #CCDFC7

Tints of Surf Crest #CCDFC7

Color information

#CCDFC7 (or 0xCCDFC7) is unknown color: approx Surf Crest. HEX triplet: CC, DF and C7. RGB value is (204,223,199). Sum of RGB (Red+Green+Blue) = 204+223+199=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC7 is #332038. Grayscale: #D6D6D6. Windows color (decimal): -3350585 or 13098956. OLE color: 13098956.

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

Color convert

RGB204223199-
CMYK0.0900.110.13
HSL107.5º27.27%82.75%-
HSV(B)107.5º10.76%87.45%-
XYZ61.669.7464.25-
YUV214.58119.21120.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=32.59%
G=35.62%
B=31.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231990.0900.110.13107.527.2782.75
HexCCDFC790BD6b1b53
Octal314337307110131515333123
Binary11001100110111111100011110010101111011101011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFC7; }

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

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

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

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

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

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

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

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