Html Css Color HEX #CEDCC4 Ottoman

📋 copy color: '#CEDCC4'

red 206 ◦ green 220 ◦ blue 196

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

Shades of Ottoman #CEDCC4

Tints of Ottoman #CEDCC4

RGB

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

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

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

R = 33.12%
G = 35.37%
B = 31.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#CEDCC4 (or 0xCEDCC4) is known color: Ottoman. HEX triplet: CE, DC and C4. RGB value is (206,220,196). Sum of RGB (Red+Green+Blue) = 206+220+196=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC4 is #31233B. Grayscale: #D5D5D5. Windows color (decimal): -3220284 or 12901582. OLE color: 12901582.

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

Color convert

RGB 206 220 196 -
CMYK 0.06 0 0.11 0.14
HSL 95º 0.26% 0.82% -
HSV(B) 95º 0.11% 0.86% -
XYZ 61.01 68.29 62.19 -
YUV 213.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 206 220 196 0.06 0 0.11 0.14 95 0.26 0.82
Hex CE DC C4 6 0 B E 5F 1A 52
Octal 316 334 304 6 0 13 16 137 32 122
Binary 11001110 11011100 11000100 110 0 1011 1110 1011111 11010 1010010

Color Harmonies of #CEDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC4

Black with #CEDCC4

Text Example


Text Example

White with #CEDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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