Html Css Color HEX #CBF7D5 Granny Apple

📋 copy color: '#CBF7D5'

red 203 ◦ green 247 ◦ blue 213

#CBF7D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CBF7D5

Tints of Granny Apple #CBF7D5

RGB

 RED value IS 203 (79.69% from 255) = 30.62%

 GREEN value IS 247 (96.88% from 255) = 37.25%

 BLUE value IS 213 (83.59% from 255) = 32.13%

R = 30.62%
G = 37.25%
B = 32.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#CBF7D5 (or 0xCBF7D5) is known color: Granny Apple. HEX triplet: CB, F7 and D5. RGB value is (203,247,213). Sum of RGB (Red+Green+Blue) = 203+247+213=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7D5 is #34082A. Grayscale: #E6E6E6. Windows color (decimal): -3409963 or 14022603. OLE color: 14022603.

HSL color Cylindrical-coordinate representation of color #CBF7D5: hue angle of 133.64º degrees, saturation: 0.73, 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 #CBF7D5 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 213 -
CMYK 0.18 0 0.14 0.03
HSL 133.64º 0.73% 0.88% -
HSV(B) 133.64º 0.18% 0.97% -
XYZ 69.9 84.02 75.48 -
YUV 229.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 203 247 213 0.18 0 0.14 0.03 133.64 0.73 0.88
Hex CB F7 D5 12 0 E 3 86 49 58
Octal 313 367 325 22 0 16 3 206 111 130
Binary 11001011 11110111 11010101 10010 0 1110 11 10000110 1001001 1011000

Color Harmonies of #CBF7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF7D5

Black with #CBF7D5

Text Example


Text Example

White with #CBF7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF7D5; }

 p { color: rgb(203,247,213); }

 H1.HeaderClassName
 {
   color: #CBF7D5;
 }
 .AnyTagClassName
 {
   color: #CBF7D5;
 }
</style>

background-color css

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

 a { background-color: rgb(203,247,213); }

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

border-color css

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

 span { border-color: rgb(203,247,213); }

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