Html Css Color HEX #CEE1F3 Pattens Blue

📋 copy color: '#CEE1F3'

red 206 ◦ green 225 ◦ blue 243

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

Shades of Pattens Blue #CEE1F3

Tints of Pattens Blue #CEE1F3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.38%

 BLUE value IS 243 (95.31% from 255) = 36.05%

R = 30.56%
G = 33.38%
B = 36.05%

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

#CEE1F3 (or 0xCEE1F3) is known color: Pattens Blue. HEX triplet: CE, E1 and F3. RGB value is (206,225,243). Sum of RGB (Red+Green+Blue) = 206+225+243=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1F3 is #311E0C. Grayscale: #DDDDDD. Windows color (decimal): -3218957 or 15983054. OLE color: 15983054.

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

Color convert

RGB 206 225 243 -
CMYK 0.15 0.07 0 0.05
HSL 209.19º 0.61% 0.88% -
HSV(B) 209.19º 0.15% 0.95% -
XYZ 68.56 73.44 95.36 -
YUV 221.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 206 225 243 0.15 0.07 0 0.05 209.19 0.61 0.88
Hex CE E1 F3 F 7 0 5 D1 3D 58
Octal 316 341 363 17 7 0 5 321 75 130
Binary 11001110 11100001 11110011 1111 111 0 101 11010001 111101 1011000

Color Harmonies of #CEE1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1F3

Black with #CEE1F3

Text Example


Text Example

White with #CEE1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1F3; }

 p { color: rgb(206,225,243); }

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

background-color css

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

 a { background-color: rgb(206,225,243); }

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

border-color css

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

 span { border-color: rgb(206,225,243); }

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