Html Css Color HEX #CFD5BE Harp

📋 copy color: '#CFD5BE'

red 207 ◦ green 213 ◦ blue 190

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

Shades of Harp #CFD5BE

Tints of Harp #CFD5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.15%

R = 33.93%
G = 34.92%
B = 31.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#CFD5BE (or 0xCFD5BE) is known color: Harp. HEX triplet: CF, D5 and BE. RGB value is (207,213,190). Sum of RGB (Red+Green+Blue) = 207+213+190=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5BE is #302A41. Grayscale: #D0D0D0. Windows color (decimal): -3156546 or 12506575. OLE color: 12506575.

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

Color convert

RGB 207 213 190 -
CMYK 0.03 0 0.11 0.16
HSL 75.65º 0.21% 0.79% -
HSV(B) 75.65º 0.11% 0.84% -
XYZ 58.82 64.57 58.08 -
YUV 208.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 207 213 190 0.03 0 0.11 0.16 75.65 0.21 0.79
Hex CF D5 BE 3 0 B 10 4C 15 4F
Octal 317 325 276 3 0 13 20 114 25 117
Binary 11001111 11010101 10111110 11 0 1011 10000 1001100 10101 1001111

Color Harmonies of #CFD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5BE

Black with #CFD5BE

Text Example


Text Example

White with #CFD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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