Html Css Color HEX #CBFDD5 Granny Apple

📋 copy color: '#CBFDD5'

red 203 ◦ green 253 ◦ blue 213

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

Shades of Granny Apple #CBFDD5

Tints of Granny Apple #CBFDD5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.82%

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

R = 30.34%
G = 37.82%
B = 31.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#CBFDD5 (or 0xCBFDD5) is known color: Granny Apple. HEX triplet: CB, FD and D5. RGB value is (203,253,213). Sum of RGB (Red+Green+Blue) = 203+253+213=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD5 is #34022A. Grayscale: #E9E9E9. Windows color (decimal): -3408427 or 14024139. OLE color: 14024139.

HSL color Cylindrical-coordinate representation of color #CBFDD5: hue angle of 132º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDD5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 253 213 -
CMYK 0.20 0 0.16 0.01
HSL 132º 0.93% 0.89% -
HSV(B) 132º 0.2% 0.99% -
XYZ 71.76 87.75 76.11 -
YUV 233.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 203 253 213 0.20 0 0.16 0.01 132 0.93 0.89
Hex CB FD D5 14 0 10 1 84 5D 59
Octal 313 375 325 24 0 20 1 204 135 131
Binary 11001011 11111101 11010101 10100 0 10000 1 10000100 1011101 1011001

Color Harmonies of #CBFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFDD5

Black with #CBFDD5

Text Example


Text Example

White with #CBFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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