Html Css Color HEX #CFDFB9 Ottoman

📋 copy color: '#CFDFB9'

red 207 ◦ green 223 ◦ blue 185

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

Shades of Ottoman #CFDFB9

Tints of Ottoman #CFDFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

 BLUE value IS 185 (72.66% from 255) = 30.08%

R = 33.66%
G = 36.26%
B = 30.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#CFDFB9 (or 0xCFDFB9) is known color: Ottoman. HEX triplet: CF, DF and B9. RGB value is (207,223,185). Sum of RGB (Red+Green+Blue) = 207+223+185=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFB9 is #302046. Grayscale: #D6D6D6. Windows color (decimal): -3153991 or 12181455. OLE color: 12181455.

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

Color convert

RGB 207 223 185 -
CMYK 0.07 0 0.17 0.13
HSL 85.26º 0.37% 0.8% -
HSV(B) 85.26º 0.17% 0.87% -
XYZ 60.88 69.54 56.11 -
YUV 213.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 207 223 185 0.07 0 0.17 0.13 85.26 0.37 0.8
Hex CF DF B9 7 0 11 D 55 25 50
Octal 317 337 271 7 0 21 15 125 45 120
Binary 11001111 11011111 10111001 111 0 10001 1101 1010101 100101 1010000

Color Harmonies of #CFDFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFB9

Black with #CFDFB9

Text Example


Text Example

White with #CFDFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFB9; }

 p { color: rgb(207,223,185); }

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

background-color css

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

 a { background-color: rgb(207,223,185); }

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

border-color css

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

 span { border-color: rgb(207,223,185); }

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