Html Css Color HEX #CEDCE2 Pattens Blue

📋 copy color: '#CEDCE2'

red 206 ◦ green 220 ◦ blue 226

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

Shades of Pattens Blue #CEDCE2

Tints of Pattens Blue #CEDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 31.6%
G = 33.74%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEDCE2 (or 0xCEDCE2) is known color: Pattens Blue. HEX triplet: CE, DC and E2. RGB value is (206,220,226). Sum of RGB (Red+Green+Blue) = 206+220+226=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE2 is #31231D. Grayscale: #D8D8D8. Windows color (decimal): -3220254 or 14867662. OLE color: 14867662.

HSL color Cylindrical-coordinate representation of color #CEDCE2: hue angle of 198º degrees, saturation: 0.26, 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 #CEDCE2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 220 226 -
CMYK 0.09 0.03 0 0.11
HSL 198º 0.26% 0.85% -
HSV(B) 198º 0.09% 0.89% -
XYZ 64.77 69.8 82.01 -
YUV 216.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 206 220 226 0.09 0.03 0 0.11 198 0.26 0.85
Hex CE DC E2 9 3 0 B C6 1A 55
Octal 316 334 342 11 3 0 13 306 32 125
Binary 11001110 11011100 11100010 1001 11 0 1011 11000110 11010 1010101

Color Harmonies of #CEDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCE2

Black with #CEDCE2

Text Example


Text Example

White with #CEDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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