Html Css Color HEX #CCDDA0 Reef

📋 copy color: '#CCDDA0'

red 204 ◦ green 221 ◦ blue 160

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

Shades of Reef #CCDDA0

Tints of Reef #CCDDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.35%

R = 34.87%
G = 37.78%
B = 27.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#CCDDA0 (or 0xCCDDA0) is known color: Reef. HEX triplet: CC, DD and A0. RGB value is (204,221,160). Sum of RGB (Red+Green+Blue) = 204+221+160=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA0 is #33225F. Grayscale: #D1D1D1. Windows color (decimal): -3351136 or 10542540. OLE color: 10542540.

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

Color convert

RGB 204 221 160 -
CMYK 0.08 0 0.28 0.13
HSL 76.72º 0.47% 0.75% -
HSV(B) 76.72º 0.28% 0.87% -
XYZ 57.1 67.09 43.2 -
YUV 208.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 204 221 160 0.08 0 0.28 0.13 76.72 0.47 0.75
Hex CC DD A0 8 0 1C D 4D 2F 4B
Octal 314 335 240 10 0 34 15 115 57 113
Binary 11001100 11011101 10100000 1000 0 11100 1101 1001101 101111 1001011

Color Harmonies of #CCDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDA0

Black with #CCDDA0

Text Example


Text Example

White with #CCDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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