Html Css Color HEX #CEDBE1 Pattens Blue

📋 copy color: '#CEDBE1'

red 206 ◦ green 219 ◦ blue 225

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

Shades of Pattens Blue #CEDBE1

Tints of Pattens Blue #CEDBE1

RGB

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

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

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

R = 31.69%
G = 33.69%
B = 34.62%

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

#CEDBE1 (or 0xCEDBE1) is known color: Pattens Blue. HEX triplet: CE, DB and E1. RGB value is (206,219,225). Sum of RGB (Red+Green+Blue) = 206+219+225=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE1 is #31241E. Grayscale: #D7D7D7. Windows color (decimal): -3220511 or 14801870. OLE color: 14801870.

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

Color convert

RGB 206 219 225 -
CMYK 0.08 0.03 0 0.12
HSL 198.95º 0.24% 0.85% -
HSV(B) 198.95º 0.08% 0.88% -
XYZ 64.38 69.22 81.2 -
YUV 215.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 206 219 225 0.08 0.03 0 0.12 198.95 0.24 0.85
Hex CE DB E1 8 3 0 C C7 18 55
Octal 316 333 341 10 3 0 14 307 30 125
Binary 11001110 11011011 11100001 1000 11 0 1100 11000111 11000 1010101

Color Harmonies of #CEDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBE1

Black with #CEDBE1

Text Example


Text Example

White with #CEDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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