#CBF8CD

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

Shades of Granny Apple #CBF8CD

Tints of Granny Apple #CBF8CD

Color information

#CBF8CD (or 0xCBF8CD) is unknown color: approx Granny Apple. HEX triplet: CB, F8 and CD. RGB value is (203,248,205). Sum of RGB (Red+Green+Blue) = 203+248+205=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8CD is #340732. Grayscale: #E5E5E5. Windows color (decimal): -3409715 or 13498571. OLE color: 13498571.

HSL color Cylindrical-coordinate representation of color #CBF8CD: hue angle of 122.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8CD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB203248205-
CMYK0.1800.170.03
HSL122.67º76.27%88.43%-
HSV(B)122.67º18.15%97.25%-
XYZ69.2284.2470.37-
YUV229.64114.09109-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=30.95%
G=37.80%
B=31.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032482050.1800.170.03122.6776.2788.43
HexCBF8CD1201137b4c58
Octal313370315220213173114130
Binary1100101111111000110011011001001000111111101110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8CD; }

 p { color: rgb(203,248,205); }

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

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

 a { background-color: rgb(203,248,205); }

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

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

 span { border-color: rgb(203,248,205); }

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