Html Css Color HEX #CCE7CF Granny Apple

📋 copy color: '#CCE7CF'

red 204 ◦ green 231 ◦ blue 207

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

Shades of Granny Apple #CCE7CF

Tints of Granny Apple #CCE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.98%

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

R = 31.78%
G = 35.98%
B = 32.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#CCE7CF (or 0xCCE7CF) is known color: Granny Apple. HEX triplet: CC, E7 and CF. RGB value is (204,231,207). Sum of RGB (Red+Green+Blue) = 204+231+207=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7CF is #331830. Grayscale: #DCDCDC. Windows color (decimal): -3348529 or 13625292. OLE color: 13625292.

HSL color Cylindrical-coordinate representation of color #CCE7CF: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7CF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 207 -
CMYK 0.12 0 0.10 0.09
HSL 126.67º 0.36% 0.85% -
HSV(B) 126.67º 0.12% 0.91% -
XYZ 64.74 74.49 70 -
YUV 220.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 204 231 207 0.12 0 0.10 0.09 126.67 0.36 0.85
Hex CC E7 CF C 0 A 9 7F 24 55
Octal 314 347 317 14 0 12 11 177 44 125
Binary 11001100 11100111 11001111 1100 0 1010 1001 1111111 100100 1010101

Color Harmonies of #CCE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7CF

Black with #CCE7CF

Text Example


Text Example

White with #CCE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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