Html Css Color HEX #CCEBCF Granny Apple

📋 copy color: '#CCEBCF'

red 204 ◦ green 235 ◦ blue 207

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

Shades of Granny Apple #CCEBCF

Tints of Granny Apple #CCEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.04%

R = 31.58%
G = 36.38%
B = 32.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#CCEBCF (or 0xCCEBCF) is known color: Granny Apple. HEX triplet: CC, EB and CF. RGB value is (204,235,207). Sum of RGB (Red+Green+Blue) = 204+235+207=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBCF is #331430. Grayscale: #DEDEDE. Windows color (decimal): -3347505 or 13626316. OLE color: 13626316.

HSL color Cylindrical-coordinate representation of color #CCEBCF: hue angle of 125.81º 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 #CCEBCF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 207 -
CMYK 0.13 0 0.12 0.08
HSL 125.81º 0.44% 0.86% -
HSV(B) 125.81º 0.13% 0.92% -
XYZ 65.87 76.76 70.38 -
YUV 222.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 204 235 207 0.13 0 0.12 0.08 125.81 0.44 0.86
Hex CC EB CF D 0 C 8 7E 2C 56
Octal 314 353 317 15 0 14 10 176 54 126
Binary 11001100 11101011 11001111 1101 0 1100 1000 1111110 101100 1010110

Color Harmonies of #CCEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBCF

Black with #CCEBCF

Text Example


Text Example

White with #CCEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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