#CCDF99

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

Shades of Reef #CCDF99

Tints of Reef #CCDF99

Color information

#CCDF99 (or 0xCCDF99) is unknown color: approx Reef. HEX triplet: CC, DF and 99. RGB value is (204,223,153). Sum of RGB (Red+Green+Blue) = 204+223+153=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF99 is #332066. Grayscale: #D1D1D1. Windows color (decimal): -3350631 or 10084300. OLE color: 10084300.

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

Color convert

RGB204223153-
CMYK0.0900.310.13
HSL76.29º52.24%73.73%-
HSV(B)76.29º31.39%87.45%-
XYZ57.0467.9140.24-
YUV209.3496.21124.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=35.17%
G=38.45%
B=26.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231530.0900.310.1376.2952.2473.73
HexCCDF99901FD4c344a
Octal314337231110371511464112
Binary1100110011011111100110011001011111110110011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF99; }

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

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

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

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

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

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

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

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