Html Css Color HEX #CEE2F6 Pattens Blue

📋 copy color: '#CEE2F6'

red 206 ◦ green 226 ◦ blue 246

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

Shades of Pattens Blue #CEE2F6

Tints of Pattens Blue #CEE2F6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.33%

 BLUE value IS 246 (96.48% from 255) = 36.28%

R = 30.38%
G = 33.33%
B = 36.28%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEE2F6 (or 0xCEE2F6) is known color: Pattens Blue. HEX triplet: CE, E2 and F6. RGB value is (206,226,246). Sum of RGB (Red+Green+Blue) = 206+226+246=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEE2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2F6 is #311D09. Grayscale: #DEDEDE. Windows color (decimal): -3218698 or 16179918. OLE color: 16179918.

HSL color Cylindrical-coordinate representation of color #CEE2F6: hue angle of 210º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE2F6 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 226 246 -
CMYK 0.16 0.08 0 0.04
HSL 210º 0.69% 0.89% -
HSV(B) 210º 0.16% 0.96% -
XYZ 69.28 74.17 97.85 -
YUV 222.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 206 226 246 0.16 0.08 0 0.04 210 0.69 0.89
Hex CE E2 F6 10 8 0 4 D2 45 59
Octal 316 342 366 20 10 0 4 322 105 131
Binary 11001110 11100010 11110110 10000 1000 0 100 11010010 1000101 1011001

Color Harmonies of #CEE2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2F6

Black with #CEE2F6

Text Example


Text Example

White with #CEE2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2F6; }

 p { color: rgb(206,226,246); }

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

background-color css

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

 a { background-color: rgb(206,226,246); }

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

border-color css

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

 span { border-color: rgb(206,226,246); }

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