Html Css Color HEX #CCDF98 Reef

📋 copy color: '#CCDF98'

red 204 ◦ green 223 ◦ blue 152

#CCDF98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CCDF98

Tints of Reef #CCDF98

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 value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CCDF98 (or 0xCCDF98) is known color: 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

RGB 204 223 152 -
CMYK 0.09 0 0.32 0.13
HSL 76.06º 0.53% 0.74% -
HSV(B) 76.06º 0.32% 0.87% -
XYZ 56.96 67.88 39.81 -
YUV 209.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 204 223 152 0.09 0 0.32 0.13 76.06 0.53 0.74
Hex CC DF 98 9 0 20 D 4C 35 4A
Octal 314 337 230 11 0 40 15 114 65 112
Binary 11001100 11011111 10011000 1001 0 100000 1101 1001100 110101 1001010

Color Harmonies of #CCDF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF98

Black with #CCDF98

Text Example


Text Example

White with #CCDF98

Text Example


Text Example

HTML Codes & Css Web 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>