Html Css Color HEX #CCEBD1 Granny Apple

📋 copy color: '#CCEBD1'

red 204 ◦ green 235 ◦ blue 209

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

Shades of Granny Apple #CCEBD1

Tints of Granny Apple #CCEBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.27%

 BLUE value IS 209 (82.03% from 255) = 32.25%

R = 31.48%
G = 36.27%
B = 32.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#CCEBD1 (or 0xCCEBD1) is known color: Granny Apple. HEX triplet: CC, EB and D1. RGB value is (204,235,209). Sum of RGB (Red+Green+Blue) = 204+235+209=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD1 is #33142E. Grayscale: #DEDEDE. Windows color (decimal): -3347503 or 13757388. OLE color: 13757388.

HSL color Cylindrical-coordinate representation of color #CCEBD1: hue angle of 129.68º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBD1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 209 -
CMYK 0.13 0 0.11 0.08
HSL 129.68º 0.44% 0.86% -
HSV(B) 129.68º 0.13% 0.92% -
XYZ 66.12 76.86 71.67 -
YUV 222.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 204 235 209 0.13 0 0.11 0.08 129.68 0.44 0.86
Hex CC EB D1 D 0 B 8 82 2C 56
Octal 314 353 321 15 0 13 10 202 54 126
Binary 11001100 11101011 11010001 1101 0 1011 1000 10000010 101100 1010110

Color Harmonies of #CCEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBD1

Black with #CCEBD1

Text Example


Text Example

White with #CCEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBD1; }

 p { color: rgb(204,235,209); }

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

background-color css

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

 a { background-color: rgb(204,235,209); }

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

border-color css

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

 span { border-color: rgb(204,235,209); }

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