Html Css Color HEX #CEDDC4 Ottoman

📋 copy color: '#CEDDC4'

red 206 ◦ green 221 ◦ blue 196

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

Shades of Ottoman #CEDDC4

Tints of Ottoman #CEDDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.47%

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 33.07%
G = 35.47%
B = 31.46%

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

#CEDDC4 (or 0xCEDDC4) is known color: Ottoman. HEX triplet: CE, DD and C4. RGB value is (206,221,196). Sum of RGB (Red+Green+Blue) = 206+221+196=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC4 is #31223B. Grayscale: #D5D5D5. Windows color (decimal): -3220028 or 12901838. OLE color: 12901838.

HSL color Cylindrical-coordinate representation of color #CEDDC4: hue angle of 96º 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 #CEDDC4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 196 -
CMYK 0.07 0 0.11 0.13
HSL 96º 0.27% 0.82% -
HSV(B) 96º 0.11% 0.87% -
XYZ 61.27 68.82 62.28 -
YUV 213.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 206 221 196 0.07 0 0.11 0.13 96 0.27 0.82
Hex CE DD C4 7 0 B D 60 1B 52
Octal 316 335 304 7 0 13 15 140 33 122
Binary 11001110 11011101 11000100 111 0 1011 1101 1100000 11011 1010010

Color Harmonies of #CEDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDC4

Black with #CEDDC4

Text Example


Text Example

White with #CEDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDC4; }

 p { color: rgb(206,221,196); }

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

background-color css

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

 a { background-color: rgb(206,221,196); }

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

border-color css

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

 span { border-color: rgb(206,221,196); }

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