Html Css Color HEX #CFD5C7 Ottoman

📋 copy color: '#CFD5C7'

red 207 ◦ green 213 ◦ blue 199

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

Shades of Ottoman #CFD5C7

Tints of Ottoman #CFD5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

 BLUE value IS 199 (78.13% from 255) = 32.15%

R = 33.44%
G = 34.41%
B = 32.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#CFD5C7 (or 0xCFD5C7) is known color: Ottoman. HEX triplet: CF, D5 and C7. RGB value is (207,213,199). Sum of RGB (Red+Green+Blue) = 207+213+199=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5C7 is #302A38. Grayscale: #D1D1D1. Windows color (decimal): -3156537 or 13096399. OLE color: 13096399.

HSL color Cylindrical-coordinate representation of color #CFD5C7: hue angle of 85.71º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD5C7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 199 -
CMYK 0.03 0 0.07 0.16
HSL 85.71º 0.14% 0.81% -
HSV(B) 85.71º 0.07% 0.84% -
XYZ 59.84 64.98 63.42 -
YUV 209.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 207 213 199 0.03 0 0.07 0.16 85.71 0.14 0.81
Hex CF D5 C7 3 0 7 10 56 E 51
Octal 317 325 307 3 0 7 20 126 16 121
Binary 11001111 11010101 11000111 11 0 111 10000 1010110 1110 1010001

Color Harmonies of #CFD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5C7

Black with #CFD5C7

Text Example


Text Example

White with #CFD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5C7; }

 p { color: rgb(207,213,199); }

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

background-color css

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

 a { background-color: rgb(207,213,199); }

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

border-color css

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

 span { border-color: rgb(207,213,199); }

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