Html Css Color HEX #CEE2F1 Pattens Blue

📋 copy color: '#CEE2F1'

red 206 ◦ green 226 ◦ blue 241

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

Shades of Pattens Blue #CEE2F1

Tints of Pattens Blue #CEE2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.81%

R = 30.61%
G = 33.58%
B = 35.81%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE2F1 (or 0xCEE2F1) is known color: Pattens Blue. HEX triplet: CE, E2 and F1. RGB value is (206,226,241). Sum of RGB (Red+Green+Blue) = 206+226+241=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2F1 is #311D0E. Grayscale: #DDDDDD. Windows color (decimal): -3218703 or 15852238. OLE color: 15852238.

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

Color convert

RGB 206 226 241 -
CMYK 0.15 0.06 0 0.05
HSL 205.71º 0.56% 0.88% -
HSV(B) 205.71º 0.15% 0.95% -
XYZ 68.53 73.87 93.86 -
YUV 221.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 206 226 241 0.15 0.06 0 0.05 205.71 0.56 0.88
Hex CE E2 F1 F 6 0 5 CE 38 58
Octal 316 342 361 17 6 0 5 316 70 130
Binary 11001110 11100010 11110001 1111 110 0 101 11001110 111000 1011000

Color Harmonies of #CEE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2F1

Black with #CEE2F1

Text Example


Text Example

White with #CEE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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