Html Css Color HEX #CEDAE1 Pattens Blue

📋 copy color: '#CEDAE1'

red 206 ◦ green 218 ◦ blue 225

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

Shades of Pattens Blue #CEDAE1

Tints of Pattens Blue #CEDAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.59%

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

R = 31.74%
G = 33.59%
B = 34.67%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEDAE1 (or 0xCEDAE1) is known color: Pattens Blue. HEX triplet: CE, DA and E1. RGB value is (206,218,225). Sum of RGB (Red+Green+Blue) = 206+218+225=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAE1 is #31251E. Grayscale: #D7D7D7. Windows color (decimal): -3220767 or 14801614. OLE color: 14801614.

HSL color Cylindrical-coordinate representation of color #CEDAE1: hue angle of 202.11º 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 #CEDAE1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 218 225 -
CMYK 0.08 0.03 0 0.12
HSL 202.11º 0.24% 0.85% -
HSV(B) 202.11º 0.08% 0.88% -
XYZ 64.12 68.7 81.12 -
YUV 215.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 206 218 225 0.08 0.03 0 0.12 202.11 0.24 0.85
Hex CE DA E1 8 3 0 C CA 18 55
Octal 316 332 341 10 3 0 14 312 30 125
Binary 11001110 11011010 11100001 1000 11 0 1100 11001010 11000 1010101

Color Harmonies of #CEDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAE1

Black with #CEDAE1

Text Example


Text Example

White with #CEDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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