Html Css Color HEX #CEDBBE Ottoman

📋 copy color: '#CEDBBE'

red 206 ◦ green 219 ◦ blue 190

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

Shades of Ottoman #CEDBBE

Tints of Ottoman #CEDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 33.5%
G = 35.61%
B = 30.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#CEDBBE (or 0xCEDBBE) is known color: Ottoman. HEX triplet: CE, DB and BE. RGB value is (206,219,190). Sum of RGB (Red+Green+Blue) = 206+219+190=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBBE is #312441. Grayscale: #D3D3D3. Windows color (decimal): -3220546 or 12508110. OLE color: 12508110.

HSL color Cylindrical-coordinate representation of color #CEDBBE: hue angle of 86.9º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDBBE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 190 -
CMYK 0.06 0 0.13 0.14
HSL 86.9º 0.29% 0.8% -
HSV(B) 86.9º 0.13% 0.86% -
XYZ 60.08 67.5 58.58 -
YUV 211.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 206 219 190 0.06 0 0.13 0.14 86.9 0.29 0.8
Hex CE DB BE 6 0 D E 57 1D 50
Octal 316 333 276 6 0 15 16 127 35 120
Binary 11001110 11011011 10111110 110 0 1101 1110 1010111 11101 1010000

Color Harmonies of #CEDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBBE

Black with #CEDBBE

Text Example


Text Example

White with #CEDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBBE; }

 p { color: rgb(206,219,190); }

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

background-color css

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

 a { background-color: rgb(206,219,190); }

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

border-color css

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

 span { border-color: rgb(206,219,190); }

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