Html Css Color HEX #CEDBBB Ottoman

📋 copy color: '#CEDBBB'

red 206 ◦ green 219 ◦ blue 187

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

Shades of Ottoman #CEDBBB

Tints of Ottoman #CEDBBB

RGB

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

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

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

R = 33.66%
G = 35.78%
B = 30.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#CEDBBB (or 0xCEDBBB) is known color: Ottoman. HEX triplet: CE, DB and BB. RGB value is (206,219,187). Sum of RGB (Red+Green+Blue) = 206+219+187=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBBB is #312444. Grayscale: #D3D3D3. Windows color (decimal): -3220549 or 12311502. OLE color: 12311502.

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

Color convert

RGB 206 219 187 -
CMYK 0.06 0 0.15 0.14
HSL 84.38º 0.31% 0.8% -
HSV(B) 84.38º 0.15% 0.86% -
XYZ 59.75 67.37 56.87 -
YUV 211.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 206 219 187 0.06 0 0.15 0.14 84.38 0.31 0.8
Hex CE DB BB 6 0 F E 54 1F 50
Octal 316 333 273 6 0 17 16 124 37 120
Binary 11001110 11011011 10111011 110 0 1111 1110 1010100 11111 1010000

Color Harmonies of #CEDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBBB

Black with #CEDBBB

Text Example


Text Example

White with #CEDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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