#CCDCC4

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

Shades of Surf Crest #CCDCC4

Tints of Surf Crest #CCDCC4

Color information

#CCDCC4 (or 0xCCDCC4) is unknown color: approx Surf Crest. HEX triplet: CC, DC and C4. RGB value is (204,220,196). Sum of RGB (Red+Green+Blue) = 204+220+196=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC4 is #33233B. Grayscale: #D4D4D4. Windows color (decimal): -3351356 or 12901580. OLE color: 12901580.

HSL color Cylindrical-coordinate representation of color #CCDCC4: hue angle of 100º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDCC4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB204220196-
CMYK0.0700.110.14
HSL100º25.53%81.57%-
HSV(B)100º10.91%86.27%-
XYZ60.4668.0162.17-
YUV212.48118.7121.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=32.90%
G=35.48%
B=31.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201960.0700.110.1410025.5381.57
HexCCDCC470BE641a52
Octal31433430470131614432122
Binary1100110011011100110001001110101111101100100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCC4; }

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

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

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

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

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

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

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

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