Html Css Color HEX #CCFDD5 Granny Apple

📋 copy color: '#CCFDD5'

red 204 ◦ green 253 ◦ blue 213

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

Shades of Granny Apple #CCFDD5

Tints of Granny Apple #CCFDD5

RGB

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

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

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

R = 30.45%
G = 37.76%
B = 31.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#CCFDD5 (or 0xCCFDD5) is known color: Granny Apple. HEX triplet: CC, FD and D5. RGB value is (204,253,213). Sum of RGB (Red+Green+Blue) = 204+253+213=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD5 is #33022A. Grayscale: #E9E9E9. Windows color (decimal): -3342891 or 14024140. OLE color: 14024140.

HSL color Cylindrical-coordinate representation of color #CCFDD5: hue angle of 131.02º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDD5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 213 -
CMYK 0.19 0 0.16 0.01
HSL 131.02º 0.92% 0.9% -
HSV(B) 131.02º 0.19% 0.99% -
XYZ 72.04 87.89 76.12 -
YUV 233.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 204 253 213 0.19 0 0.16 0.01 131.02 0.92 0.9
Hex CC FD D5 13 0 10 1 83 5C 5A
Octal 314 375 325 23 0 20 1 203 134 132
Binary 11001100 11111101 11010101 10011 0 10000 1 10000011 1011100 1011010

Color Harmonies of #CCFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDD5

Black with #CCFDD5

Text Example


Text Example

White with #CCFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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