Html Css Color HEX #CCDBE6 Pattens Blue

📋 copy color: '#CCDBE6'

red 204 ◦ green 219 ◦ blue 230

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

Shades of Pattens Blue #CCDBE6

Tints of Pattens Blue #CCDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.22%

R = 31.24%
G = 33.54%
B = 35.22%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCDBE6 (or 0xCCDBE6) is known color: Pattens Blue. HEX triplet: CC, DB and E6. RGB value is (204,219,230). Sum of RGB (Red+Green+Blue) = 204+219+230=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBE6 is #332419. Grayscale: #D7D7D7. Windows color (decimal): -3351578 or 15129548. OLE color: 15129548.

HSL color Cylindrical-coordinate representation of color #CCDBE6: hue angle of 205.38º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDBE6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 219 230 -
CMYK 0.11 0.05 0 0.10
HSL 205.38º 0.34% 0.85% -
HSV(B) 205.38º 0.11% 0.9% -
XYZ 64.52 69.21 84.82 -
YUV 215.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 204 219 230 0.11 0.05 0 0.10 205.38 0.34 0.85
Hex CC DB E6 B 5 0 A CD 22 55
Octal 314 333 346 13 5 0 12 315 42 125
Binary 11001100 11011011 11100110 1011 101 0 1010 11001101 100010 1010101

Color Harmonies of #CCDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBE6

Black with #CCDBE6

Text Example


Text Example

White with #CCDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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