Html Css Color HEX #CCEFD2 Granny Apple

📋 copy color: '#CCEFD2'

red 204 ◦ green 239 ◦ blue 210

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

Shades of Granny Apple #CCEFD2

Tints of Granny Apple #CCEFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

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

R = 31.24%
G = 36.6%
B = 32.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#CCEFD2 (or 0xCCEFD2) is known color: Granny Apple. HEX triplet: CC, EF and D2. RGB value is (204,239,210). Sum of RGB (Red+Green+Blue) = 204+239+210=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD2 is #33102D. Grayscale: #E1E1E1. Windows color (decimal): -3346478 or 13823948. OLE color: 13823948.

HSL color Cylindrical-coordinate representation of color #CCEFD2: hue angle of 130.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 210 -
CMYK 0.15 0 0.12 0.06
HSL 130.29º 0.52% 0.87% -
HSV(B) 130.29º 0.15% 0.94% -
XYZ 67.4 79.22 72.71 -
YUV 225.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 204 239 210 0.15 0 0.12 0.06 130.29 0.52 0.87
Hex CC EF D2 F 0 C 6 82 34 57
Octal 314 357 322 17 0 14 6 202 64 127
Binary 11001100 11101111 11010010 1111 0 1100 110 10000010 110100 1010111

Color Harmonies of #CCEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFD2

Black with #CCEFD2

Text Example


Text Example

White with #CCEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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