Html Css Color HEX #CEF2E8 Humming Bird

📋 copy color: '#CEF2E8'

red 206 ◦ green 242 ◦ blue 232

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

Shades of Humming Bird #CEF2E8

Tints of Humming Bird #CEF2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.12%

R = 30.29%
G = 35.59%
B = 34.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#CEF2E8 (or 0xCEF2E8) is known color: Humming Bird. HEX triplet: CE, F2 and E8. RGB value is (206,242,232). Sum of RGB (Red+Green+Blue) = 206+242+232=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2E8 is #310D17. Grayscale: #E6E6E6. Windows color (decimal): -3214616 or 15266510. OLE color: 15266510.

HSL color Cylindrical-coordinate representation of color #CEF2E8: hue angle of 163.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 #CEF2E8 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 232 -
CMYK 0.15 0 0.04 0.05
HSL 163.33º 0.58% 0.88% -
HSV(B) 163.33º 0.15% 0.95% -
XYZ 71.77 82.45 88.48 -
YUV 230.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 206 242 232 0.15 0 0.04 0.05 163.33 0.58 0.88
Hex CE F2 E8 F 0 4 5 A3 3A 58
Octal 316 362 350 17 0 4 5 243 72 130
Binary 11001110 11110010 11101000 1111 0 100 101 10100011 111010 1011000

Color Harmonies of #CEF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2E8

Black with #CEF2E8

Text Example


Text Example

White with #CEF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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