Html Css Color HEX #CCFBD2 Granny Apple

📋 copy color: '#CCFBD2'

red 204 ◦ green 251 ◦ blue 210

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

Shades of Granny Apple #CCFBD2

Tints of Granny Apple #CCFBD2

RGB

 RED value IS 204 (80.08% from 255) = 30.68%

 GREEN value IS 251 (98.44% from 255) = 37.74%

 BLUE value IS 210 (82.42% from 255) = 31.58%

R = 30.68%
G = 37.74%
B = 31.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CCFBD2 (or 0xCCFBD2) is known color: Granny Apple. HEX triplet: CC, FB and D2. RGB value is (204,251,210). Sum of RGB (Red+Green+Blue) = 204+251+210=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD2 is #33042D. Grayscale: #E8E8E8. Windows color (decimal): -3343406 or 13827020. OLE color: 13827020.

HSL color Cylindrical-coordinate representation of color #CCFBD2: hue angle of 127.66º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBD2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 210 -
CMYK 0.19 0 0.16 0.02
HSL 127.66º 0.85% 0.89% -
HSV(B) 127.66º 0.19% 0.98% -
XYZ 71.03 86.48 73.92 -
YUV 232.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 204 251 210 0.19 0 0.16 0.02 127.66 0.85 0.89
Hex CC FB D2 13 0 10 2 80 55 59
Octal 314 373 322 23 0 20 2 200 125 131
Binary 11001100 11111011 11010010 10011 0 10000 10 10000000 1010101 1011001

Color Harmonies of #CCFBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBD2

Black with #CCFBD2

Text Example


Text Example

White with #CCFBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBD2; }

 p { color: rgb(204,251,210); }

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

background-color css

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

 a { background-color: rgb(204,251,210); }

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

border-color css

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

 span { border-color: rgb(204,251,210); }

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