Html Css Color HEX #CEDCE1 Pattens Blue

📋 copy color: '#CEDCE1'

red 206 ◦ green 220 ◦ blue 225

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

Shades of Pattens Blue #CEDCE1

Tints of Pattens Blue #CEDCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.56%

R = 31.64%
G = 33.79%
B = 34.56%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEDCE1 (or 0xCEDCE1) is known color: Pattens Blue. HEX triplet: CE, DC and E1. RGB value is (206,220,225). Sum of RGB (Red+Green+Blue) = 206+220+225=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE1 is #31231E. Grayscale: #D8D8D8. Windows color (decimal): -3220255 or 14802126. OLE color: 14802126.

HSL color Cylindrical-coordinate representation of color #CEDCE1: hue angle of 195.79º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDCE1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 220 225 -
CMYK 0.08 0.02 0 0.12
HSL 195.79º 0.24% 0.85% -
HSV(B) 195.79º 0.08% 0.88% -
XYZ 64.64 69.74 81.29 -
YUV 216.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 206 220 225 0.08 0.02 0 0.12 195.79 0.24 0.85
Hex CE DC E1 8 2 0 C C4 18 55
Octal 316 334 341 10 2 0 14 304 30 125
Binary 11001110 11011100 11100001 1000 10 0 1100 11000100 11000 1010101

Color Harmonies of #CEDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCE1

Black with #CEDCE1

Text Example


Text Example

White with #CEDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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