#CCDFC5

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

Shades of Surf Crest #CCDFC5

Tints of Surf Crest #CCDFC5

Color information

#CCDFC5 (or 0xCCDFC5) is unknown color: approx Surf Crest. HEX triplet: CC, DF and C5. RGB value is (204,223,197). Sum of RGB (Red+Green+Blue) = 204+223+197=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC5 is #33203A. Grayscale: #D6D6D6. Windows color (decimal): -3350587 or 12967884. OLE color: 12967884.

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

Color convert

RGB204223197-
CMYK0.0900.120.13
HSL103.85º28.89%82.35%-
HSV(B)103.85º11.66%87.45%-
XYZ61.3769.6463.03-
YUV214.36118.21120.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=32.69%
G=35.74%
B=31.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231970.0900.120.13103.8528.8982.35
HexCCDFC590CD681d52
Octal314337305110141515035122
Binary11001100110111111100010110010110011011101000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFC5; }

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

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

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

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

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

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

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

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