Html Css Color HEX #CEDEB7 Ottoman

📋 copy color: '#CEDEB7'

red 206 ◦ green 222 ◦ blue 183

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

Shades of Ottoman #CEDEB7

Tints of Ottoman #CEDEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.95%

R = 33.72%
G = 36.33%
B = 29.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#CEDEB7 (or 0xCEDEB7) is known color: Ottoman. HEX triplet: CE, DE and B7. RGB value is (206,222,183). Sum of RGB (Red+Green+Blue) = 206+222+183=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB7 is #312148. Grayscale: #D4D4D4. Windows color (decimal): -3219785 or 12050126. OLE color: 12050126.

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

Color convert

RGB 206 222 183 -
CMYK 0.07 0 0.18 0.13
HSL 84.62º 0.37% 0.79% -
HSV(B) 84.62º 0.18% 0.87% -
XYZ 60.12 68.78 54.91 -
YUV 212.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 206 222 183 0.07 0 0.18 0.13 84.62 0.37 0.79
Hex CE DE B7 7 0 12 D 55 25 4F
Octal 316 336 267 7 0 22 15 125 45 117
Binary 11001110 11011110 10110111 111 0 10010 1101 1010101 100101 1001111

Color Harmonies of #CEDEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEB7

Black with #CEDEB7

Text Example


Text Example

White with #CEDEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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