#CBF6CF

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

Shades of Granny Apple #CBF6CF

Tints of Granny Apple #CBF6CF

Color information

#CBF6CF (or 0xCBF6CF) is unknown color: approx Granny Apple. HEX triplet: CB, F6 and CF. RGB value is (203,246,207). Sum of RGB (Red+Green+Blue) = 203+246+207=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6CF is #340930. Grayscale: #E4E4E4. Windows color (decimal): -3410225 or 13629131. OLE color: 13629131.

HSL color Cylindrical-coordinate representation of color #CBF6CF: hue angle of 125.58º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6CF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB203246207-
CMYK0.1700.160.04
HSL125.58º70.49%88.04%-
HSV(B)125.58º17.48%96.47%-
XYZ68.8583.1171.45-
YUV228.7115.75109.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 246 (96.48% from 255) = 37.5%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=30.95%
G=37.5%
B=31.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462070.1700.160.04125.5870.4988.04
HexCBF6CF1101047e4658
Octal313366317210204176106130
Binary11001011111101101100111110001010000100111111010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6CF; }

 p { color: rgb(203,246,207); }

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

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

 a { background-color: rgb(203,246,207); }

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

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

 span { border-color: rgb(203,246,207); }

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