#CFDBD1

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

Shades of Granny Apple #CFDBD1

Tints of Granny Apple #CFDBD1

Color information

#CFDBD1 (or 0xCFDBD1) is unknown color: approx Granny Apple. HEX triplet: CF, DB and D1. RGB value is (207,219,209). Sum of RGB (Red+Green+Blue) = 207+219+209=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBD1 is #30242E. Grayscale: #D6D6D6. Windows color (decimal): -3154991 or 13753295. OLE color: 13753295.

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

Color convert

RGB207219209-
CMYK0.0500.050.14
HSL130º14.29%83.53%-
HSV(B)130º5.48%85.88%-
XYZ62.5768.5370.25-
YUV214.27125.02122.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=32.60%
G=34.49%
B=32.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072192090.0500.050.1413014.2983.53
HexCFDBD1505E82e54
Octal3173333215051620216124
Binary110011111101101111010001101010111101000001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBD1; }

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

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

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

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

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

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

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

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