Html Css Color HEX #CEE0F1 Pattens Blue

📋 copy color: '#CEE0F1'

red 206 ◦ green 224 ◦ blue 241

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

Shades of Pattens Blue #CEE0F1

Tints of Pattens Blue #CEE0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.38%

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

R = 30.7%
G = 33.38%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE0F1 (or 0xCEE0F1) is known color: Pattens Blue. HEX triplet: CE, E0 and F1. RGB value is (206,224,241). Sum of RGB (Red+Green+Blue) = 206+224+241=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F1 is #311F0E. Grayscale: #DCDCDC. Windows color (decimal): -3219215 or 15851726. OLE color: 15851726.

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

Color convert

RGB 206 224 241 -
CMYK 0.15 0.07 0 0.05
HSL 209.14º 0.56% 0.88% -
HSV(B) 209.14º 0.15% 0.95% -
XYZ 67.99 72.78 93.68 -
YUV 220.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 206 224 241 0.15 0.07 0 0.05 209.14 0.56 0.88
Hex CE E0 F1 F 7 0 5 D1 38 58
Octal 316 340 361 17 7 0 5 321 70 130
Binary 11001110 11100000 11110001 1111 111 0 101 11010001 111000 1011000

Color Harmonies of #CEE0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0F1

Black with #CEE0F1

Text Example


Text Example

White with #CEE0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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