Html Css Color HEX #CFF9D0 Tara

📋 copy color: '#CFF9D0'

red 207 ◦ green 249 ◦ blue 208

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

Shades of Tara #CFF9D0

Tints of Tara #CFF9D0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.5%

 BLUE value IS 208 (81.64% from 255) = 31.33%

R = 31.17%
G = 37.5%
B = 31.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CFF9D0 (or 0xCFF9D0) is known color: Tara. HEX triplet: CF, F9 and D0. RGB value is (207,249,208). Sum of RGB (Red+Green+Blue) = 207+249+208=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9D0 is #30062F. Grayscale: #E7E7E7. Windows color (decimal): -3147312 or 13695439. OLE color: 13695439.

HSL color Cylindrical-coordinate representation of color #CFF9D0: hue angle of 121.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9D0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 208 -
CMYK 0.17 0 0.16 0.02
HSL 121.43º 0.78% 0.89% -
HSV(B) 121.43º 0.17% 0.98% -
XYZ 70.99 85.57 72.45 -
YUV 231.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 207 249 208 0.17 0 0.16 0.02 121.43 0.78 0.89
Hex CF F9 D0 11 0 10 2 79 4E 59
Octal 317 371 320 21 0 20 2 171 116 131
Binary 11001111 11111001 11010000 10001 0 10000 10 1111001 1001110 1011001

Color Harmonies of #CFF9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF9D0

Black with #CFF9D0

Text Example


Text Example

White with #CFF9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF9D0; }

 p { color: rgb(207,249,208); }

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

background-color css

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

 a { background-color: rgb(207,249,208); }

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

border-color css

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

 span { border-color: rgb(207,249,208); }

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