#CCDFC4

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

Shades of Surf Crest #CCDFC4

Tints of Surf Crest #CCDFC4

Color information

#CCDFC4 (or 0xCCDFC4) is unknown color: approx Surf Crest. HEX triplet: CC, DF and C4. RGB value is (204,223,196). Sum of RGB (Red+Green+Blue) = 204+223+196=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC4 is #33203B. Grayscale: #D6D6D6. Windows color (decimal): -3350588 or 12902348. OLE color: 12902348.

HSL color Cylindrical-coordinate representation of color #CCDFC4: hue angle of 102.22º degrees, saturation: 0.3, 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 #CCDFC4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB204223196-
CMYK0.0900.120.13
HSL102.22º29.67%82.16%-
HSV(B)102.22º12.11%87.45%-
XYZ61.2569.662.43-
YUV214.24117.71120.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=32.74%
G=35.79%
B=31.46%

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
Decimal2042231960.0900.120.13102.2229.6782.16
HexCCDFC490CD661e52
Octal314337304110141514636122
Binary11001100110111111100010010010110011011100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFC4; }

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

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

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

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

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

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

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

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