Html Css Color HEX #CEDEC6 Ottoman

📋 copy color: '#CEDEC6'

red 206 ◦ green 222 ◦ blue 198

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

Shades of Ottoman #CEDEC6

Tints of Ottoman #CEDEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.63%

R = 32.91%
G = 35.46%
B = 31.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#CEDEC6 (or 0xCEDEC6) is known color: Ottoman. HEX triplet: CE, DE and C6. RGB value is (206,222,198). Sum of RGB (Red+Green+Blue) = 206+222+198=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEC6 is #312139. Grayscale: #D6D6D6. Windows color (decimal): -3219770 or 13033166. OLE color: 13033166.

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

Color convert

RGB 206 222 198 -
CMYK 0.07 0 0.11 0.13
HSL 100º 0.27% 0.82% -
HSV(B) 100º 0.11% 0.87% -
XYZ 61.77 69.44 63.57 -
YUV 214.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 206 222 198 0.07 0 0.11 0.13 100 0.27 0.82
Hex CE DE C6 7 0 B D 64 1B 52
Octal 316 336 306 7 0 13 15 144 33 122
Binary 11001110 11011110 11000110 111 0 1011 1101 1100100 11011 1010010

Color Harmonies of #CEDEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEC6

Black with #CEDEC6

Text Example


Text Example

White with #CEDEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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