Html Css Color HEX #CED69B Green Mist

📋 copy color: '#CED69B'

red 206 ◦ green 214 ◦ blue 155

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

Shades of Green Mist #CED69B

Tints of Green Mist #CED69B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.22%

 BLUE value IS 155 (60.94% from 255) = 26.96%

R = 35.83%
G = 37.22%
B = 26.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#CED69B (or 0xCED69B) is known color: Green Mist. HEX triplet: CE, D6 and 9B. RGB value is (206,214,155). Sum of RGB (Red+Green+Blue) = 206+214+155=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #CED69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED69B is #312964. Grayscale: #CDCDCD. Windows color (decimal): -3221861 or 10213070. OLE color: 10213070.

HSL color Cylindrical-coordinate representation of color #CED69B: hue angle of 68.14º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED69B is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 155 -
CMYK 0.04 0 0.28 0.16
HSL 68.14º 0.42% 0.72% -
HSV(B) 68.14º 0.28% 0.84% -
XYZ 55.42 63.58 40.36 -
YUV 204.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 206 214 155 0.04 0 0.28 0.16 68.14 0.42 0.72
Hex CE D6 9B 4 0 1C 10 44 2A 48
Octal 316 326 233 4 0 34 20 104 52 110
Binary 11001110 11010110 10011011 100 0 11100 10000 1000100 101010 1001000

Color Harmonies of #CED69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED69B

Black with #CED69B

Text Example


Text Example

White with #CED69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED69B; }

 p { color: rgb(206,214,155); }

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

background-color css

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

 a { background-color: rgb(206,214,155); }

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

border-color css

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

 span { border-color: rgb(206,214,155); }

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