Html Css Color HEX #CCFBD4 Granny Apple

📋 copy color: '#CCFBD4'

red 204 ◦ green 251 ◦ blue 212

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

Shades of Granny Apple #CCFBD4

Tints of Granny Apple #CCFBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.78%

R = 30.58%
G = 37.63%
B = 31.78%

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

#CCFBD4 (or 0xCCFBD4) is known color: Granny Apple. HEX triplet: CC, FB and D4. RGB value is (204,251,212). Sum of RGB (Red+Green+Blue) = 204+251+212=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD4 is #33042B. Grayscale: #E8E8E8. Windows color (decimal): -3343404 or 13958092. OLE color: 13958092.

HSL color Cylindrical-coordinate representation of color #CCFBD4: hue angle of 130.21º 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 #CCFBD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 212 -
CMYK 0.19 0 0.16 0.02
HSL 130.21º 0.85% 0.89% -
HSV(B) 130.21º 0.19% 0.98% -
XYZ 71.28 86.59 75.24 -
YUV 232.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 204 251 212 0.19 0 0.16 0.02 130.21 0.85 0.89
Hex CC FB D4 13 0 10 2 82 55 59
Octal 314 373 324 23 0 20 2 202 125 131
Binary 11001100 11111011 11010100 10011 0 10000 10 10000010 1010101 1011001

Color Harmonies of #CCFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBD4

Black with #CCFBD4

Text Example


Text Example

White with #CCFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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