Html Css Color HEX #CFEAD4 Granny Apple

📋 copy color: '#CFEAD4'

red 207 ◦ green 234 ◦ blue 212

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

Shades of Granny Apple #CFEAD4

Tints of Granny Apple #CFEAD4

RGB

 RED value IS 207 (81.25% from 255) = 31.7%

 GREEN value IS 234 (91.8% from 255) = 35.83%

 BLUE value IS 212 (83.2% from 255) = 32.47%

R = 31.7%
G = 35.83%
B = 32.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CFEAD4 (or 0xCFEAD4) is known color: Granny Apple. HEX triplet: CF, EA and D4. RGB value is (207,234,212). Sum of RGB (Red+Green+Blue) = 207+234+212=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAD4 is #30152B. Grayscale: #DFDFDF. Windows color (decimal): -3151148 or 13953743. OLE color: 13953743.

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

Color convert

RGB 207 234 212 -
CMYK 0.12 0 0.09 0.08
HSL 131.11º 0.39% 0.86% -
HSV(B) 131.11º 0.12% 0.92% -
XYZ 67.04 76.86 73.59 -
YUV 223.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 207 234 212 0.12 0 0.09 0.08 131.11 0.39 0.86
Hex CF EA D4 C 0 9 8 83 27 56
Octal 317 352 324 14 0 11 10 203 47 126
Binary 11001111 11101010 11010100 1100 0 1001 1000 10000011 100111 1010110

Color Harmonies of #CFEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAD4

Black with #CFEAD4

Text Example


Text Example

White with #CFEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAD4; }

 p { color: rgb(207,234,212); }

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

background-color css

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

 a { background-color: rgb(207,234,212); }

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

border-color css

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

 span { border-color: rgb(207,234,212); }

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