Html Css Color HEX #CEDEBB Ottoman

📋 copy color: '#CEDEBB'

red 206 ◦ green 222 ◦ blue 187

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

Shades of Ottoman #CEDEBB

Tints of Ottoman #CEDEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

 BLUE value IS 187 (73.44% from 255) = 30.41%

R = 33.5%
G = 36.1%
B = 30.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#CEDEBB (or 0xCEDEBB) is known color: Ottoman. HEX triplet: CE, DE and BB. RGB value is (206,222,187). Sum of RGB (Red+Green+Blue) = 206+222+187=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBB is #312144. Grayscale: #D5D5D5. Windows color (decimal): -3219781 or 12312270. OLE color: 12312270.

HSL color Cylindrical-coordinate representation of color #CEDEBB: hue angle of 87.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDEBB is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 187 -
CMYK 0.07 0 0.16 0.13
HSL 87.43º 0.35% 0.8% -
HSV(B) 87.43º 0.16% 0.87% -
XYZ 60.54 68.95 57.13 -
YUV 213.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 206 222 187 0.07 0 0.16 0.13 87.43 0.35 0.8
Hex CE DE BB 7 0 10 D 57 23 50
Octal 316 336 273 7 0 20 15 127 43 120
Binary 11001110 11011110 10111011 111 0 10000 1101 1010111 100011 1010000

Color Harmonies of #CEDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEBB

Black with #CEDEBB

Text Example


Text Example

White with #CEDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEBB; }

 p { color: rgb(206,222,187); }

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

background-color css

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

 a { background-color: rgb(206,222,187); }

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

border-color css

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

 span { border-color: rgb(206,222,187); }

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