Html Css Color HEX #CFDCBB Ottoman

📋 copy color: '#CFDCBB'

red 207 ◦ green 220 ◦ blue 187

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

Shades of Ottoman #CFDCBB

Tints of Ottoman #CFDCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 33.71%
G = 35.83%
B = 30.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#CFDCBB (or 0xCFDCBB) is known color: Ottoman. HEX triplet: CF, DC and BB. RGB value is (207,220,187). Sum of RGB (Red+Green+Blue) = 207+220+187=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCBB is #302344. Grayscale: #D4D4D4. Windows color (decimal): -3154757 or 12311759. OLE color: 12311759.

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

Color convert

RGB 207 220 187 -
CMYK 0.06 0 0.15 0.14
HSL 83.64º 0.32% 0.8% -
HSV(B) 83.64º 0.15% 0.86% -
XYZ 60.29 68.04 56.97 -
YUV 212.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 207 220 187 0.06 0 0.15 0.14 83.64 0.32 0.8
Hex CF DC BB 6 0 F E 54 20 50
Octal 317 334 273 6 0 17 16 124 40 120
Binary 11001111 11011100 10111011 110 0 1111 1110 1010100 100000 1010000

Color Harmonies of #CFDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCBB

Black with #CFDCBB

Text Example


Text Example

White with #CFDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCBB; }

 p { color: rgb(207,220,187); }

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

background-color css

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

 a { background-color: rgb(207,220,187); }

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

border-color css

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

 span { border-color: rgb(207,220,187); }

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