Html Css Color HEX #CCDCEB Pattens Blue

📋 copy color: '#CCDCEB'

red 204 ◦ green 220 ◦ blue 235

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

Shades of Pattens Blue #CCDCEB

Tints of Pattens Blue #CCDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.38%

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 30.96%
G = 33.38%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCDCEB (or 0xCCDCEB) is known color: Pattens Blue. HEX triplet: CC, DC and EB. RGB value is (204,220,235). Sum of RGB (Red+Green+Blue) = 204+220+235=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCEB is #332314. Grayscale: #D8D8D8. Windows color (decimal): -3351317 or 15457484. OLE color: 15457484.

HSL color Cylindrical-coordinate representation of color #CCDCEB: hue angle of 209.03º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDCEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 220 235 -
CMYK 0.13 0.06 0 0.08
HSL 209.03º 0.44% 0.86% -
HSV(B) 209.03º 0.13% 0.92% -
XYZ 65.49 70.02 88.66 -
YUV 216.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 204 220 235 0.13 0.06 0 0.08 209.03 0.44 0.86
Hex CC DC EB D 6 0 8 D1 2C 56
Octal 314 334 353 15 6 0 10 321 54 126
Binary 11001100 11011100 11101011 1101 110 0 1000 11010001 101100 1010110

Color Harmonies of #CCDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCEB

Black with #CCDCEB

Text Example


Text Example

White with #CCDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCEB; }

 p { color: rgb(204,220,235); }

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

background-color css

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

 a { background-color: rgb(204,220,235); }

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

border-color css

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

 span { border-color: rgb(204,220,235); }

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