Html Css Color HEX #CCFAD3 Granny Apple

📋 copy color: '#CCFAD3'

red 204 ◦ green 250 ◦ blue 211

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

Shades of Granny Apple #CCFAD3

Tints of Granny Apple #CCFAD3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.59%

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 30.68%
G = 37.59%
B = 31.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CCFAD3 (or 0xCCFAD3) is known color: Granny Apple. HEX triplet: CC, FA and D3. RGB value is (204,250,211). Sum of RGB (Red+Green+Blue) = 204+250+211=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAD3 is #33052C. Grayscale: #E7E7E7. Windows color (decimal): -3343661 or 13892300. OLE color: 13892300.

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

Color convert

RGB 204 250 211 -
CMYK 0.18 0 0.16 0.02
HSL 129.13º 0.82% 0.89% -
HSV(B) 129.13º 0.18% 0.98% -
XYZ 70.85 85.91 74.48 -
YUV 231.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 204 250 211 0.18 0 0.16 0.02 129.13 0.82 0.89
Hex CC FA D3 12 0 10 2 81 52 59
Octal 314 372 323 22 0 20 2 201 122 131
Binary 11001100 11111010 11010011 10010 0 10000 10 10000001 1010010 1011001

Color Harmonies of #CCFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAD3

Black with #CCFAD3

Text Example


Text Example

White with #CCFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAD3; }

 p { color: rgb(204,250,211); }

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

background-color css

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

 a { background-color: rgb(204,250,211); }

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

border-color css

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

 span { border-color: rgb(204,250,211); }

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