Html Css Color HEX #CED7DB Pattens Blue

📋 copy color: '#CED7DB'

red 206 ◦ green 215 ◦ blue 219

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

Shades of Pattens Blue #CED7DB

Tints of Pattens Blue #CED7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.59%

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 32.19%
G = 33.59%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED7DB (or 0xCED7DB) is known color: Pattens Blue. HEX triplet: CE, D7 and DB. RGB value is (206,215,219). Sum of RGB (Red+Green+Blue) = 206+215+219=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7DB is #312824. Grayscale: #D4D4D4. Windows color (decimal): -3221541 or 14407630. OLE color: 14407630.

HSL color Cylindrical-coordinate representation of color #CED7DB: hue angle of 198.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED7DB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 215 219 -
CMYK 0.06 0.02 0 0.14
HSL 198.46º 0.15% 0.83% -
HSV(B) 198.46º 0.06% 0.86% -
XYZ 62.54 66.84 76.62 -
YUV 212.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 206 215 219 0.06 0.02 0 0.14 198.46 0.15 0.83
Hex CE D7 DB 6 2 0 E C6 F 53
Octal 316 327 333 6 2 0 16 306 17 123
Binary 11001110 11010111 11011011 110 10 0 1110 11000110 1111 1010011

Color Harmonies of #CED7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7DB

Black with #CED7DB

Text Example


Text Example

White with #CED7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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