Html Css Color HEX #CEDCE7 Pattens Blue

📋 copy color: '#CEDCE7'

red 206 ◦ green 220 ◦ blue 231

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

Shades of Pattens Blue #CEDCE7

Tints of Pattens Blue #CEDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.16%

R = 31.35%
G = 33.49%
B = 35.16%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEDCE7 (or 0xCEDCE7) is known color: Pattens Blue. HEX triplet: CE, DC and E7. RGB value is (206,220,231). Sum of RGB (Red+Green+Blue) = 206+220+231=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE7 is #312318. Grayscale: #D9D9D9. Windows color (decimal): -3220249 or 15195342. OLE color: 15195342.

HSL color Cylindrical-coordinate representation of color #CEDCE7: hue angle of 206.4º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDCE7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 220 231 -
CMYK 0.11 0.05 0 0.09
HSL 206.4º 0.34% 0.86% -
HSV(B) 206.4º 0.11% 0.91% -
XYZ 65.47 70.08 85.68 -
YUV 217.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 206 220 231 0.11 0.05 0 0.09 206.4 0.34 0.86
Hex CE DC E7 B 5 0 9 CE 22 56
Octal 316 334 347 13 5 0 11 316 42 126
Binary 11001110 11011100 11100111 1011 101 0 1001 11001110 100010 1010110

Color Harmonies of #CEDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCE7

Black with #CEDCE7

Text Example


Text Example

White with #CEDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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