Html Css Color HEX #CEDCEA Pattens Blue

📋 copy color: '#CEDCEA'

red 206 ◦ green 220 ◦ blue 234

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

Shades of Pattens Blue #CEDCEA

Tints of Pattens Blue #CEDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.45%

R = 31.21%
G = 33.33%
B = 35.45%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEDCEA (or 0xCEDCEA) is known color: Pattens Blue. HEX triplet: CE, DC and EA. RGB value is (206,220,234). Sum of RGB (Red+Green+Blue) = 206+220+234=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCEA is #312315. Grayscale: #D9D9D9. Windows color (decimal): -3220246 or 15391950. OLE color: 15391950.

HSL color Cylindrical-coordinate representation of color #CEDCEA: hue angle of 210º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDCEA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 220 234 -
CMYK 0.12 0.06 0 0.08
HSL 210º 0.4% 0.86% -
HSV(B) 210º 0.12% 0.92% -
XYZ 65.9 70.25 87.93 -
YUV 217.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 206 220 234 0.12 0.06 0 0.08 210 0.4 0.86
Hex CE DC EA C 6 0 8 D2 28 56
Octal 316 334 352 14 6 0 10 322 50 126
Binary 11001110 11011100 11101010 1100 110 0 1000 11010010 101000 1010110

Color Harmonies of #CEDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCEA

Black with #CEDCEA

Text Example


Text Example

White with #CEDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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