Html Css Color HEX #CFE1C5 Ottoman

📋 copy color: '#CFE1C5'

red 207 ◦ green 225 ◦ blue 197

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

Shades of Ottoman #CFE1C5

Tints of Ottoman #CFE1C5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.77%

 BLUE value IS 197 (77.34% from 255) = 31.32%

R = 32.91%
G = 35.77%
B = 31.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#CFE1C5 (or 0xCFE1C5) is known color: Ottoman. HEX triplet: CF, E1 and C5. RGB value is (207,225,197). Sum of RGB (Red+Green+Blue) = 207+225+197=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C5 is #301E3A. Grayscale: #D8D8D8. Windows color (decimal): -3153467 or 12968399. OLE color: 12968399.

HSL color Cylindrical-coordinate representation of color #CFE1C5: hue angle of 98.57º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE1C5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 197 -
CMYK 0.08 0 0.12 0.12
HSL 98.57º 0.32% 0.83% -
HSV(B) 98.57º 0.12% 0.88% -
XYZ 62.74 71.15 63.25 -
YUV 216.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 207 225 197 0.08 0 0.12 0.12 98.57 0.32 0.83
Hex CF E1 C5 8 0 C C 63 20 53
Octal 317 341 305 10 0 14 14 143 40 123
Binary 11001111 11100001 11000101 1000 0 1100 1100 1100011 100000 1010011

Color Harmonies of #CFE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1C5

Black with #CFE1C5

Text Example


Text Example

White with #CFE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1C5; }

 p { color: rgb(207,225,197); }

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

background-color css

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

 a { background-color: rgb(207,225,197); }

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

border-color css

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

 span { border-color: rgb(207,225,197); }

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