Html Css Color HEX #CEF9D0 Tara

📋 copy color: '#CEF9D0'

red 206 ◦ green 249 ◦ blue 208

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

Shades of Tara #CEF9D0

Tints of Tara #CEF9D0

RGB

 RED value IS 206 (80.86% from 255) = 31.07%

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

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

R = 31.07%
G = 37.56%
B = 31.37%

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

#CEF9D0 (or 0xCEF9D0) is known color: Tara. HEX triplet: CE, F9 and D0. RGB value is (206,249,208). Sum of RGB (Red+Green+Blue) = 206+249+208=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9D0 is #31062F. Grayscale: #E7E7E7. Windows color (decimal): -3212848 or 13695438. OLE color: 13695438.

HSL color Cylindrical-coordinate representation of color #CEF9D0: hue angle of 122.79º 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 #CEF9D0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 208 -
CMYK 0.17 0 0.16 0.02
HSL 122.79º 0.78% 0.89% -
HSV(B) 122.79º 0.17% 0.98% -
XYZ 70.71 85.43 72.44 -
YUV 231.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 206 249 208 0.17 0 0.16 0.02 122.79 0.78 0.89
Hex CE F9 D0 11 0 10 2 7B 4E 59
Octal 316 371 320 21 0 20 2 173 116 131
Binary 11001110 11111001 11010000 10001 0 10000 10 1111011 1001110 1011001

Color Harmonies of #CEF9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9D0

Black with #CEF9D0

Text Example


Text Example

White with #CEF9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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