#CCDF98

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

Shades of Reef #CCDF98

Tints of Reef #CCDF98

Color information

#CCDF98 (or 0xCCDF98) is unknown color: approx Reef. HEX triplet: CC, DF and 98. RGB value is (204,223,152). Sum of RGB (Red+Green+Blue) = 204+223+152=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF98 is #332067. Grayscale: #D1D1D1. Windows color (decimal): -3350632 or 10018764. OLE color: 10018764.

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

Color convert

RGB204223152-
CMYK0.0900.320.13
HSL76.06º52.59%73.53%-
HSV(B)76.06º31.84%87.45%-
XYZ56.9667.8839.81-
YUV209.2295.71124.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=35.23%
G=38.51%
B=26.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231520.0900.320.1376.0652.5973.53
HexCCDF989020D4c354a
Octal314337230110401511465112
Binary11001100110111111001100010010100000110110011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF98; }

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

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

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

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

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

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

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

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