#CFDB88

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

Shades of Deco #CFDB88

Tints of Deco #CFDB88

Color information

#CFDB88 (or 0xCFDB88) is unknown color: approx Deco. HEX triplet: CF, DB and 88. RGB value is (207,219,136). Sum of RGB (Red+Green+Blue) = 207+219+136=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB88 is #302477. Grayscale: #CECECE. Windows color (decimal): -3155064 or 8969167. OLE color: 8969167.

HSL color Cylindrical-coordinate representation of color #CFDB88: hue angle of 68.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFDB88 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB207219136-
CMYK0.0500.380.14
HSL68.67º53.55%69.61%-
HSV(B)68.67º37.9%85.88%-
XYZ55.5165.7133.05-
YUV205.9588.52128.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=36.83%
G=38.97%
B=24.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191360.0500.380.1468.6753.5569.61
HexCFDB885026E453646
Octal31733321050461610566106
Binary1100111111011011100010001010100110111010001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDB88; }

 p { color: rgb(207,219,136); }

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

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

 a { background-color: rgb(207,219,136); }

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

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

 span { border-color: rgb(207,219,136); }

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