Html Css Color HEX #CCDD9B Reef

📋 copy color: '#CCDD9B'

red 204 ◦ green 221 ◦ blue 155

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

Shades of Reef #CCDD9B

Tints of Reef #CCDD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.72%

R = 35.17%
G = 38.1%
B = 26.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CCDD9B (or 0xCCDD9B) is known color: Reef. HEX triplet: CC, DD and 9B. RGB value is (204,221,155). Sum of RGB (Red+Green+Blue) = 204+221+155=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9B is #332264. Grayscale: #D0D0D0. Windows color (decimal): -3351141 or 10214860. OLE color: 10214860.

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

Color convert

RGB 204 221 155 -
CMYK 0.08 0 0.30 0.13
HSL 75.45º 0.49% 0.74% -
HSV(B) 75.45º 0.3% 0.87% -
XYZ 56.67 66.92 40.94 -
YUV 208.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 204 221 155 0.08 0 0.30 0.13 75.45 0.49 0.74
Hex CC DD 9B 8 0 1E D 4B 31 4A
Octal 314 335 233 10 0 36 15 113 61 112
Binary 11001100 11011101 10011011 1000 0 11110 1101 1001011 110001 1001010

Color Harmonies of #CCDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD9B

Black with #CCDD9B

Text Example


Text Example

White with #CCDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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