Html Css Color HEX #CEDCC0 Ottoman

📋 copy color: '#CEDCC0'

red 206 ◦ green 220 ◦ blue 192

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

Shades of Ottoman #CEDCC0

Tints of Ottoman #CEDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.6%

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 33.33%
G = 35.6%
B = 31.07%

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

#CEDCC0 (or 0xCEDCC0) is known color: Ottoman. HEX triplet: CE, DC and C0. RGB value is (206,220,192). Sum of RGB (Red+Green+Blue) = 206+220+192=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC0 is #31233F. Grayscale: #D4D4D4. Windows color (decimal): -3220288 or 12639438. OLE color: 12639438.

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

Color convert

RGB 206 220 192 -
CMYK 0.06 0 0.13 0.14
HSL 90º 0.29% 0.81% -
HSV(B) 90º 0.13% 0.86% -
XYZ 60.56 68.11 59.82 -
YUV 212.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 206 220 192 0.06 0 0.13 0.14 90 0.29 0.81
Hex CE DC C0 6 0 D E 5A 1D 51
Octal 316 334 300 6 0 15 16 132 35 121
Binary 11001110 11011100 11000000 110 0 1101 1110 1011010 11101 1010001

Color Harmonies of #CEDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC0

Black with #CEDCC0

Text Example


Text Example

White with #CEDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC0; }

 p { color: rgb(206,220,192); }

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

background-color css

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

 a { background-color: rgb(206,220,192); }

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

border-color css

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

 span { border-color: rgb(206,220,192); }

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