Html Css Color HEX #CEF2E6 Humming Bird

📋 copy color: '#CEF2E6'

red 206 ◦ green 242 ◦ blue 230

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

Shades of Humming Bird #CEF2E6

Tints of Humming Bird #CEF2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.92%

R = 30.38%
G = 35.69%
B = 33.92%

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

#CEF2E6 (or 0xCEF2E6) is known color: Humming Bird. HEX triplet: CE, F2 and E6. RGB value is (206,242,230). Sum of RGB (Red+Green+Blue) = 206+242+230=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2E6 is #310D19. Grayscale: #E5E5E5. Windows color (decimal): -3214618 or 15135438. OLE color: 15135438.

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

Color convert

RGB 206 242 230 -
CMYK 0.15 0 0.05 0.05
HSL 160º 0.58% 0.88% -
HSV(B) 160º 0.15% 0.95% -
XYZ 71.49 82.34 86.99 -
YUV 229.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 206 242 230 0.15 0 0.05 0.05 160 0.58 0.88
Hex CE F2 E6 F 0 5 5 A0 3A 58
Octal 316 362 346 17 0 5 5 240 72 130
Binary 11001110 11110010 11100110 1111 0 101 101 10100000 111010 1011000

Color Harmonies of #CEF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2E6

Black with #CEF2E6

Text Example


Text Example

White with #CEF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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