#CFDEB3

Color #CFDEB3 Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #CFDEB3

Tints of Harp #CFDEB3

Color information

#CFDEB3 (or 0xCFDEB3) is unknown color: approx Harp. HEX triplet: CF, DE and B3. RGB value is (207,222,179). Sum of RGB (Red+Green+Blue) = 207+222+179=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEB3 is #30214C. Grayscale: #D4D4D4. Windows color (decimal): -3154253 or 11787983. OLE color: 11787983.

HSL color Cylindrical-coordinate representation of color #CFDEB3: hue angle of 80.93º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDEB3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB207222179-
CMYK0.0700.190.13
HSL80.93º39.45%78.63%-
HSV(B)80.93º19.37%87.06%-
XYZ59.9968.7652.76-
YUV212.61109.03124-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 179 (70.31% from 255) = 29.44%
R=34.05%
G=36.51%
B=29.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221790.0700.190.1380.9339.4578.63
HexCFDEB37013D51274f
Octal31733626370231512147117
Binary110011111101111010110011111010011110110100011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEB3; }

 p { color: rgb(207,222,179); }

 H1.HeaderClassName
 {
   color: #CFDEB3;
 }
 .AnyTagClassName
 {
   color: #CFDEB3;
 }
</style>
background-color css

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

 a { background-color: rgb(207,222,179); }

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

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

 span { border-color: rgb(207,222,179); }

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