Html Css Color HEX #CFE3BD Ottoman

📋 copy color: '#CFE3BD'

red 207 ◦ green 227 ◦ blue 189

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

Shades of Ottoman #CFE3BD

Tints of Ottoman #CFE3BD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.44%

 BLUE value IS 189 (74.22% from 255) = 30.34%

R = 33.23%
G = 36.44%
B = 30.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#CFE3BD (or 0xCFE3BD) is known color: Ottoman. HEX triplet: CF, E3 and BD. RGB value is (207,227,189). Sum of RGB (Red+Green+Blue) = 207+227+189=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3BD is #301C42. Grayscale: #D8D8D8. Windows color (decimal): -3152963 or 12444623. OLE color: 12444623.

HSL color Cylindrical-coordinate representation of color #CFE3BD: hue angle of 91.58º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE3BD is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 189 -
CMYK 0.09 0 0.17 0.11
HSL 91.58º 0.4% 0.82% -
HSV(B) 91.58º 0.17% 0.89% -
XYZ 62.39 71.88 58.73 -
YUV 216.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 207 227 189 0.09 0 0.17 0.11 91.58 0.4 0.82
Hex CF E3 BD 9 0 11 B 5C 28 52
Octal 317 343 275 11 0 21 13 134 50 122
Binary 11001111 11100011 10111101 1001 0 10001 1011 1011100 101000 1010010

Color Harmonies of #CFE3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE3BD

Black with #CFE3BD

Text Example


Text Example

White with #CFE3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE3BD; }

 p { color: rgb(207,227,189); }

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

background-color css

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

 a { background-color: rgb(207,227,189); }

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

border-color css

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

 span { border-color: rgb(207,227,189); }

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