Html Css Color HEX #CCDA9E Reef

📋 copy color: '#CCDA9E'

red 204 ◦ green 218 ◦ blue 158

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

Shades of Reef #CCDA9E

Tints of Reef #CCDA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 35.17%
G = 37.59%
B = 27.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CCDA9E (or 0xCCDA9E) is known color: Reef. HEX triplet: CC, DA and 9E. RGB value is (204,218,158). Sum of RGB (Red+Green+Blue) = 204+218+158=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9E is #332561. Grayscale: #CFCFCF. Windows color (decimal): -3351906 or 10410700. OLE color: 10410700.

HSL color Cylindrical-coordinate representation of color #CCDA9E: hue angle of 74º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDA9E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 158 -
CMYK 0.06 0 0.28 0.15
HSL 74º 0.45% 0.74% -
HSV(B) 74º 0.28% 0.85% -
XYZ 56.14 65.45 42.02 -
YUV 206.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 204 218 158 0.06 0 0.28 0.15 74 0.45 0.74
Hex CC DA 9E 6 0 1C F 4A 2D 4A
Octal 314 332 236 6 0 34 17 112 55 112
Binary 11001100 11011010 10011110 110 0 11100 1111 1001010 101101 1001010

Color Harmonies of #CCDA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA9E

Black with #CCDA9E

Text Example


Text Example

White with #CCDA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA9E; }

 p { color: rgb(204,218,158); }

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

background-color css

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

 a { background-color: rgb(204,218,158); }

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

border-color css

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

 span { border-color: rgb(204,218,158); }

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