Html Css Color HEX #CEF2E5 Humming Bird

📋 copy color: '#CEF2E5'

red 206 ◦ green 242 ◦ blue 229

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

Shades of Humming Bird #CEF2E5

Tints of Humming Bird #CEF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.75%

 BLUE value IS 229 (89.84% from 255) = 33.83%

R = 30.43%
G = 35.75%
B = 33.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#CEF2E5 (or 0xCEF2E5) is known color: Humming Bird. HEX triplet: CE, F2 and E5. RGB value is (206,242,229). Sum of RGB (Red+Green+Blue) = 206+242+229=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2E5 is #310D1A. Grayscale: #E5E5E5. Windows color (decimal): -3214619 or 15069902. OLE color: 15069902.

HSL color Cylindrical-coordinate representation of color #CEF2E5: hue angle of 158.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2E5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 229 -
CMYK 0.15 0 0.05 0.05
HSL 158.33º 0.58% 0.88% -
HSV(B) 158.33º 0.15% 0.95% -
XYZ 71.35 82.28 86.25 -
YUV 229.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 206 242 229 0.15 0 0.05 0.05 158.33 0.58 0.88
Hex CE F2 E5 F 0 5 5 9E 3A 58
Octal 316 362 345 17 0 5 5 236 72 130
Binary 11001110 11110010 11100101 1111 0 101 101 10011110 111010 1011000

Color Harmonies of #CEF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2E5

Black with #CEF2E5

Text Example


Text Example

White with #CEF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2E5; }

 p { color: rgb(206,242,229); }

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

background-color css

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

 a { background-color: rgb(206,242,229); }

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

border-color css

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

 span { border-color: rgb(206,242,229); }

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