Html Css Color HEX #CDD6DB Pattens Blue

📋 copy color: '#CDD6DB'

red 205 ◦ green 214 ◦ blue 219

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

Shades of Pattens Blue #CDD6DB

Tints of Pattens Blue #CDD6DB

RGB

 RED value IS 205 (80.47% from 255) = 32.13%

 GREEN value IS 214 (83.98% from 255) = 33.54%

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

R = 32.13%
G = 33.54%
B = 34.33%

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

#CDD6DB (or 0xCDD6DB) is known color: Pattens Blue. HEX triplet: CD, D6 and DB. RGB value is (205,214,219). Sum of RGB (Red+Green+Blue) = 205+214+219=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6DB is #322924. Grayscale: #D3D3D3. Windows color (decimal): -3287333 or 14407373. OLE color: 14407373.

HSL color Cylindrical-coordinate representation of color #CDD6DB: hue angle of 201.43º degrees, saturation: 0.16, 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 #CDD6DB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 214 219 -
CMYK 0.06 0.02 0 0.14
HSL 201.43º 0.16% 0.83% -
HSV(B) 201.43º 0.06% 0.86% -
XYZ 62.01 66.19 76.52 -
YUV 211.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 205 214 219 0.06 0.02 0 0.14 201.43 0.16 0.83
Hex CD D6 DB 6 2 0 E C9 10 53
Octal 315 326 333 6 2 0 16 311 20 123
Binary 11001101 11010110 11011011 110 10 0 1110 11001001 10000 1010011

Color Harmonies of #CDD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6DB

Black with #CDD6DB

Text Example


Text Example

White with #CDD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6DB; }

 p { color: rgb(205,214,219); }

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

background-color css

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

 a { background-color: rgb(205,214,219); }

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

border-color css

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

 span { border-color: rgb(205,214,219); }

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