Html Css Color HEX #CFE1D3 Granny Apple

📋 copy color: '#CFE1D3'

red 207 ◦ green 225 ◦ blue 211

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

Shades of Granny Apple #CFE1D3

Tints of Granny Apple #CFE1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.99%

 BLUE value IS 211 (82.81% from 255) = 32.81%

R = 32.19%
G = 34.99%
B = 32.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#CFE1D3 (or 0xCFE1D3) is known color: Granny Apple. HEX triplet: CF, E1 and D3. RGB value is (207,225,211). Sum of RGB (Red+Green+Blue) = 207+225+211=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1D3 is #301E2C. Grayscale: #DADADA. Windows color (decimal): -3153453 or 13885903. OLE color: 13885903.

HSL color Cylindrical-coordinate representation of color #CFE1D3: hue angle of 133.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1D3 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 211 -
CMYK 0.08 0 0.06 0.12
HSL 133.33º 0.23% 0.85% -
HSV(B) 133.33º 0.08% 0.88% -
XYZ 64.42 71.82 72.1 -
YUV 218.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 207 225 211 0.08 0 0.06 0.12 133.33 0.23 0.85
Hex CF E1 D3 8 0 6 C 85 17 55
Octal 317 341 323 10 0 6 14 205 27 125
Binary 11001111 11100001 11010011 1000 0 110 1100 10000101 10111 1010101

Color Harmonies of #CFE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1D3

Black with #CFE1D3

Text Example


Text Example

White with #CFE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1D3; }

 p { color: rgb(207,225,211); }

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

background-color css

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

 a { background-color: rgb(207,225,211); }

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

border-color css

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

 span { border-color: rgb(207,225,211); }

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