Html Css Color HEX #CEDCE6 Pattens Blue

📋 copy color: '#CEDCE6'

red 206 ◦ green 220 ◦ blue 230

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

Shades of Pattens Blue #CEDCE6

Tints of Pattens Blue #CEDCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 31.4%
G = 33.54%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEDCE6 (or 0xCEDCE6) is known color: Pattens Blue. HEX triplet: CE, DC and E6. RGB value is (206,220,230). Sum of RGB (Red+Green+Blue) = 206+220+230=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE6 is #312319. Grayscale: #D8D8D8. Windows color (decimal): -3220250 or 15129806. OLE color: 15129806.

HSL color Cylindrical-coordinate representation of color #CEDCE6: hue angle of 205º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDCE6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 220 230 -
CMYK 0.10 0.04 0 0.10
HSL 205º 0.32% 0.85% -
HSV(B) 205º 0.1% 0.9% -
XYZ 65.33 70.02 84.94 -
YUV 216.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 206 220 230 0.10 0.04 0 0.10 205 0.32 0.85
Hex CE DC E6 A 4 0 A CD 20 55
Octal 316 334 346 12 4 0 12 315 40 125
Binary 11001110 11011100 11100110 1010 100 0 1010 11001101 100000 1010101

Color Harmonies of #CEDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCE6

Black with #CEDCE6

Text Example


Text Example

White with #CEDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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