Html Css Color HEX #CFD393 Deco

📋 copy color: '#CFD393'

red 207 ◦ green 211 ◦ blue 147

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

Shades of Deco #CFD393

Tints of Deco #CFD393

RGB

 RED value IS 207 (81.25% from 255) = 36.64%

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 36.64%
G = 37.35%
B = 26.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#CFD393 (or 0xCFD393) is known color: Deco. HEX triplet: CF, D3 and 93. RGB value is (207,211,147). Sum of RGB (Red+Green+Blue) = 207+211+147=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD393 is #302C6C. Grayscale: #CACACA. Windows color (decimal): -3157101 or 9688015. OLE color: 9688015.

HSL color Cylindrical-coordinate representation of color #CFD393: hue angle of 63.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFD393 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 147 -
CMYK 0.02 0 0.30 0.17
HSL 63.75º 0.42% 0.7% -
HSV(B) 63.75º 0.3% 0.83% -
XYZ 54.29 61.96 36.7 -
YUV 202.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 207 211 147 0.02 0 0.30 0.17 63.75 0.42 0.7
Hex CF D3 93 2 0 1E 11 40 2A 46
Octal 317 323 223 2 0 36 21 100 52 106
Binary 11001111 11010011 10010011 10 0 11110 10001 1000000 101010 1000110

Color Harmonies of #CFD393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD393

Black with #CFD393

Text Example


Text Example

White with #CFD393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD393; }

 p { color: rgb(207,211,147); }

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

background-color css

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

 a { background-color: rgb(207,211,147); }

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

border-color css

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

 span { border-color: rgb(207,211,147); }

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