Html Css Color HEX #CEDAE5 Pattens Blue

📋 copy color: '#CEDAE5'

red 206 ◦ green 218 ◦ blue 229

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

Shades of Pattens Blue #CEDAE5

Tints of Pattens Blue #CEDAE5

RGB

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

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

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

R = 31.55%
G = 33.38%
B = 35.07%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEDAE5 (or 0xCEDAE5) is known color: Pattens Blue. HEX triplet: CE, DA and E5. RGB value is (206,218,229). Sum of RGB (Red+Green+Blue) = 206+218+229=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAE5 is #31251A. Grayscale: #D7D7D7. Windows color (decimal): -3220763 or 15063758. OLE color: 15063758.

HSL color Cylindrical-coordinate representation of color #CEDAE5: hue angle of 208.7º 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 #CEDAE5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 218 229 -
CMYK 0.10 0.05 0 0.10
HSL 208.7º 0.31% 0.85% -
HSV(B) 208.7º 0.1% 0.9% -
XYZ 64.67 68.92 84.02 -
YUV 215.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 206 218 229 0.10 0.05 0 0.10 208.7 0.31 0.85
Hex CE DA E5 A 5 0 A D1 1F 55
Octal 316 332 345 12 5 0 12 321 37 125
Binary 11001110 11011010 11100101 1010 101 0 1010 11010001 11111 1010101

Color Harmonies of #CEDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAE5

Black with #CEDAE5

Text Example


Text Example

White with #CEDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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