Html Css Color HEX #CEDEE3 Pattens Blue

📋 copy color: '#CEDEE3'

red 206 ◦ green 222 ◦ blue 227

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

Shades of Pattens Blue #CEDEE3

Tints of Pattens Blue #CEDEE3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.89%

 BLUE value IS 227 (89.06% from 255) = 34.66%

R = 31.45%
G = 33.89%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEDEE3 (or 0xCEDEE3) is known color: Pattens Blue. HEX triplet: CE, DE and E3. RGB value is (206,222,227). Sum of RGB (Red+Green+Blue) = 206+222+227=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEE3 is #31211C. Grayscale: #D9D9D9. Windows color (decimal): -3219741 or 14933710. OLE color: 14933710.

HSL color Cylindrical-coordinate representation of color #CEDEE3: hue angle of 194.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDEE3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 222 227 -
CMYK 0.09 0.02 0 0.11
HSL 194.29º 0.27% 0.85% -
HSV(B) 194.29º 0.09% 0.89% -
XYZ 65.44 70.91 82.91 -
YUV 217.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 206 222 227 0.09 0.02 0 0.11 194.29 0.27 0.85
Hex CE DE E3 9 2 0 B C2 1B 55
Octal 316 336 343 11 2 0 13 302 33 125
Binary 11001110 11011110 11100011 1001 10 0 1011 11000010 11011 1010101

Color Harmonies of #CEDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEE3

Black with #CEDEE3

Text Example


Text Example

White with #CEDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEE3; }

 p { color: rgb(206,222,227); }

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

background-color css

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

 a { background-color: rgb(206,222,227); }

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

border-color css

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

 span { border-color: rgb(206,222,227); }

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