Html Css Color HEX #CCDD9C Reef

📋 copy color: '#CCDD9C'

red 204 ◦ green 221 ◦ blue 156

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

Shades of Reef #CCDD9C

Tints of Reef #CCDD9C

RGB

 RED value IS 204 (80.08% from 255) = 35.11%

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 156 (61.33% from 255) = 26.85%

R = 35.11%
G = 38.04%
B = 26.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#CCDD9C (or 0xCCDD9C) is known color: Reef. HEX triplet: CC, DD and 9C. RGB value is (204,221,156). Sum of RGB (Red+Green+Blue) = 204+221+156=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9C is #332263. Grayscale: #D0D0D0. Windows color (decimal): -3351140 or 10280396. OLE color: 10280396.

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

Color convert

RGB 204 221 156 -
CMYK 0.08 0 0.29 0.13
HSL 75.69º 0.49% 0.74% -
HSV(B) 75.69º 0.29% 0.87% -
XYZ 56.76 66.95 41.38 -
YUV 208.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 204 221 156 0.08 0 0.29 0.13 75.69 0.49 0.74
Hex CC DD 9C 8 0 1D D 4C 31 4A
Octal 314 335 234 10 0 35 15 114 61 112
Binary 11001100 11011101 10011100 1000 0 11101 1101 1001100 110001 1001010

Color Harmonies of #CCDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD9C

Black with #CCDD9C

Text Example


Text Example

White with #CCDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD9C; }

 p { color: rgb(204,221,156); }

 H1.HeaderClassName
 {
   color: #CCDD9C;
 }
 .AnyTagClassName
 {
   color: #CCDD9C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,221,156); }

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

border-color css

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

 span { border-color: rgb(204,221,156); }

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