Html Css Color HEX #CFDCC1 Ottoman

📋 copy color: '#CFDCC1'

red 207 ◦ green 220 ◦ blue 193

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

Shades of Ottoman #CFDCC1

Tints of Ottoman #CFDCC1

RGB

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

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

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

R = 33.39%
G = 35.48%
B = 31.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#CFDCC1 (or 0xCFDCC1) is known color: Ottoman. HEX triplet: CF, DC and C1. RGB value is (207,220,193). Sum of RGB (Red+Green+Blue) = 207+220+193=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC1 is #30233E. Grayscale: #D5D5D5. Windows color (decimal): -3154751 or 12704975. OLE color: 12704975.

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

Color convert

RGB 207 220 193 -
CMYK 0.06 0 0.12 0.14
HSL 88.89º 0.28% 0.81% -
HSV(B) 88.89º 0.12% 0.86% -
XYZ 60.95 68.3 60.42 -
YUV 213.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 207 220 193 0.06 0 0.12 0.14 88.89 0.28 0.81
Hex CF DC C1 6 0 C E 59 1C 51
Octal 317 334 301 6 0 14 16 131 34 121
Binary 11001111 11011100 11000001 110 0 1100 1110 1011001 11100 1010001

Color Harmonies of #CFDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCC1

Black with #CFDCC1

Text Example


Text Example

White with #CFDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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