Html Css Color HEX #CFD8C1 Ottoman

📋 copy color: '#CFD8C1'

red 207 ◦ green 216 ◦ blue 193

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

Shades of Ottoman #CFD8C1

Tints of Ottoman #CFD8C1

RGB

 RED value IS 207 (81.25% from 255) = 33.6%

 GREEN value IS 216 (84.77% from 255) = 35.06%

 BLUE value IS 193 (75.78% from 255) = 31.33%

R = 33.6%
G = 35.06%
B = 31.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#CFD8C1 (or 0xCFD8C1) is known color: Ottoman. HEX triplet: CF, D8 and C1. RGB value is (207,216,193). Sum of RGB (Red+Green+Blue) = 207+216+193=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8C1 is #30273E. Grayscale: #D2D2D2. Windows color (decimal): -3155775 or 12703951. OLE color: 12703951.

HSL color Cylindrical-coordinate representation of color #CFD8C1: hue angle of 83.48º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD8C1 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 193 -
CMYK 0.04 0 0.11 0.15
HSL 83.48º 0.23% 0.8% -
HSV(B) 83.48º 0.11% 0.85% -
XYZ 59.91 66.23 60.08 -
YUV 210.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 207 216 193 0.04 0 0.11 0.15 83.48 0.23 0.8
Hex CF D8 C1 4 0 B F 53 17 50
Octal 317 330 301 4 0 13 17 123 27 120
Binary 11001111 11011000 11000001 100 0 1011 1111 1010011 10111 1010000

Color Harmonies of #CFD8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8C1

Black with #CFD8C1

Text Example


Text Example

White with #CFD8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8C1; }

 p { color: rgb(207,216,193); }

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

background-color css

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

 a { background-color: rgb(207,216,193); }

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

border-color css

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

 span { border-color: rgb(207,216,193); }

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