Html Css Color HEX #CCDD9D Reef

📋 copy color: '#CCDD9D'

red 204 ◦ green 221 ◦ blue 157

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

Shades of Reef #CCDD9D

Tints of Reef #CCDD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.98%

R = 35.05%
G = 37.97%
B = 26.98%

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

#CCDD9D (or 0xCCDD9D) is known color: Reef. HEX triplet: CC, DD and 9D. RGB value is (204,221,157). Sum of RGB (Red+Green+Blue) = 204+221+157=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9D is #332262. Grayscale: #D0D0D0. Windows color (decimal): -3351139 or 10345932. OLE color: 10345932.

HSL color Cylindrical-coordinate representation of color #CCDD9D: hue angle of 75.94º degrees, saturation: 0.48, 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 #CCDD9D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 157 -
CMYK 0.08 0 0.29 0.13
HSL 75.94º 0.48% 0.74% -
HSV(B) 75.94º 0.29% 0.87% -
XYZ 56.84 66.98 41.83 -
YUV 208.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 204 221 157 0.08 0 0.29 0.13 75.94 0.48 0.74
Hex CC DD 9D 8 0 1D D 4C 30 4A
Octal 314 335 235 10 0 35 15 114 60 112
Binary 11001100 11011101 10011101 1000 0 11101 1101 1001100 110000 1001010

Color Harmonies of #CCDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD9D

Black with #CCDD9D

Text Example


Text Example

White with #CCDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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