#CCDFCA

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

Shades of Surf Crest #CCDFCA

Tints of Surf Crest #CCDFCA

Color information

#CCDFCA (or 0xCCDFCA) is unknown color: approx Surf Crest. HEX triplet: CC, DF and CA. RGB value is (204,223,202). Sum of RGB (Red+Green+Blue) = 204+223+202=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFCA is #332035. Grayscale: #D6D6D6. Windows color (decimal): -3350582 or 13295564. OLE color: 13295564.

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

Color convert

RGB204223202-
CMYK0.0900.090.13
HSL114.29º24.71%83.33%-
HSV(B)114.29º9.42%87.45%-
XYZ61.9569.8866.1-
YUV214.92120.71120.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=32.43%
G=35.45%
B=32.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042232020.0900.090.13114.2924.7183.33
HexCCDFCA909D721953
Octal314337312110111516231123
Binary11001100110111111100101010010100111011110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFCA; }

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

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

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

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

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

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

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

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