Html Css Color HEX #CED590 Deco

📋 copy color: '#CED590'

red 206 ◦ green 213 ◦ blue 144

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

Shades of Deco #CED590

Tints of Deco #CED590

RGB

 RED value IS 206 (80.86% from 255) = 36.59%

 GREEN value IS 213 (83.59% from 255) = 37.83%

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 36.59%
G = 37.83%
B = 25.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#CED590 (or 0xCED590) is known color: Deco. HEX triplet: CE, D5 and 90. RGB value is (206,213,144). Sum of RGB (Red+Green+Blue) = 206+213+144=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #CED590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED590 is #312A6F. Grayscale: #CBCBCB. Windows color (decimal): -3222128 or 9491918. OLE color: 9491918.

HSL color Cylindrical-coordinate representation of color #CED590: hue angle of 66.09º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CED590 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 144 -
CMYK 0.03 0 0.32 0.16
HSL 66.09º 0.45% 0.7% -
HSV(B) 66.09º 0.32% 0.84% -
XYZ 54.28 62.72 35.63 -
YUV 203.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 206 213 144 0.03 0 0.32 0.16 66.09 0.45 0.7
Hex CE D5 90 3 0 20 10 42 2D 46
Octal 316 325 220 3 0 40 20 102 55 106
Binary 11001110 11010101 10010000 11 0 100000 10000 1000010 101101 1000110

Color Harmonies of #CED590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED590

Black with #CED590

Text Example


Text Example

White with #CED590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED590; }

 p { color: rgb(206,213,144); }

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

background-color css

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

 a { background-color: rgb(206,213,144); }

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

border-color css

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

 span { border-color: rgb(206,213,144); }

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