Html Css Color HEX #CEDBE5 Pattens Blue

📋 copy color: '#CEDBE5'

red 206 ◦ green 219 ◦ blue 229

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

Shades of Pattens Blue #CEDBE5

Tints of Pattens Blue #CEDBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.49%

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

R = 31.5%
G = 33.49%
B = 35.02%

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

#CEDBE5 (or 0xCEDBE5) is known color: Pattens Blue. HEX triplet: CE, DB and E5. RGB value is (206,219,229). Sum of RGB (Red+Green+Blue) = 206+219+229=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE5 is #31241A. Grayscale: #D8D8D8. Windows color (decimal): -3220507 or 15064014. OLE color: 15064014.

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

Color convert

RGB 206 219 229 -
CMYK 0.10 0.04 0 0.10
HSL 206.09º 0.31% 0.85% -
HSV(B) 206.09º 0.1% 0.9% -
XYZ 64.93 69.44 84.11 -
YUV 216.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 206 219 229 0.10 0.04 0 0.10 206.09 0.31 0.85
Hex CE DB E5 A 4 0 A CE 1F 55
Octal 316 333 345 12 4 0 12 316 37 125
Binary 11001110 11011011 11100101 1010 100 0 1010 11001110 11111 1010101

Color Harmonies of #CEDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBE5

Black with #CEDBE5

Text Example


Text Example

White with #CEDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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