Html Css Color HEX #CEDCE5 Pattens Blue

📋 copy color: '#CEDCE5'

red 206 ◦ green 220 ◦ blue 229

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

Shades of Pattens Blue #CEDCE5

Tints of Pattens Blue #CEDCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 31.45%
G = 33.59%
B = 34.96%

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

#CEDCE5 (or 0xCEDCE5) is known color: Pattens Blue. HEX triplet: CE, DC and E5. RGB value is (206,220,229). Sum of RGB (Red+Green+Blue) = 206+220+229=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE5 is #31231A. Grayscale: #D8D8D8. Windows color (decimal): -3220251 or 15064270. OLE color: 15064270.

HSL color Cylindrical-coordinate representation of color #CEDCE5: hue angle of 203.48º degrees, saturation: 0.31, 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 #CEDCE5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 220 229 -
CMYK 0.10 0.04 0 0.10
HSL 203.48º 0.31% 0.85% -
HSV(B) 203.48º 0.1% 0.9% -
XYZ 65.19 69.97 84.2 -
YUV 216.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 206 220 229 0.10 0.04 0 0.10 203.48 0.31 0.85
Hex CE DC E5 A 4 0 A CB 1F 55
Octal 316 334 345 12 4 0 12 313 37 125
Binary 11001110 11011100 11100101 1010 100 0 1010 11001011 11111 1010101

Color Harmonies of #CEDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCE5

Black with #CEDCE5

Text Example


Text Example

White with #CEDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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