Html Css Color HEX #CCD6DB Pattens Blue

📋 copy color: '#CCD6DB'

red 204 ◦ green 214 ◦ blue 219

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

Shades of Pattens Blue #CCD6DB

Tints of Pattens Blue #CCD6DB

RGB

 RED value IS 204 (80.08% from 255) = 32.03%

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

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

R = 32.03%
G = 33.59%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD6DB (or 0xCCD6DB) is known color: Pattens Blue. HEX triplet: CC, D6 and DB. RGB value is (204,214,219). Sum of RGB (Red+Green+Blue) = 204+214+219=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DB is #332924. Grayscale: #D3D3D3. Windows color (decimal): -3352869 or 14407372. OLE color: 14407372.

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

Color convert

RGB 204 214 219 -
CMYK 0.07 0.02 0 0.14
HSL 200º 0.17% 0.83% -
HSV(B) 200º 0.07% 0.86% -
XYZ 61.73 66.04 76.51 -
YUV 211.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 204 214 219 0.07 0.02 0 0.14 200 0.17 0.83
Hex CC D6 DB 7 2 0 E C8 11 53
Octal 314 326 333 7 2 0 16 310 21 123
Binary 11001100 11010110 11011011 111 10 0 1110 11001000 10001 1010011

Color Harmonies of #CCD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6DB

Black with #CCD6DB

Text Example


Text Example

White with #CCD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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