Html Css Color HEX #CCD894 Deco

📋 copy color: '#CCD894'

red 204 ◦ green 216 ◦ blue 148

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

Shades of Deco #CCD894

Tints of Deco #CCD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

 BLUE value IS 148 (58.2% from 255) = 26.06%

R = 35.92%
G = 38.03%
B = 26.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#CCD894 (or 0xCCD894) is known color: Deco. HEX triplet: CC, D8 and 94. RGB value is (204,216,148). Sum of RGB (Red+Green+Blue) = 204+216+148=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD894 is #33276B. Grayscale: #CCCCCC. Windows color (decimal): -3352428 or 9754828. OLE color: 9754828.

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

Color convert

RGB 204 216 148 -
CMYK 0.06 0 0.31 0.15
HSL 70.59º 0.47% 0.71% -
HSV(B) 70.59º 0.31% 0.85% -
XYZ 54.8 64.09 37.5 -
YUV 204.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 204 216 148 0.06 0 0.31 0.15 70.59 0.47 0.71
Hex CC D8 94 6 0 1F F 47 2F 47
Octal 314 330 224 6 0 37 17 107 57 107
Binary 11001100 11011000 10010100 110 0 11111 1111 1000111 101111 1000111

Color Harmonies of #CCD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD894

Black with #CCD894

Text Example


Text Example

White with #CCD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD894; }

 p { color: rgb(204,216,148); }

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

background-color css

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

 a { background-color: rgb(204,216,148); }

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

border-color css

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

 span { border-color: rgb(204,216,148); }

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