Html Css Color HEX #CDDCEB Pattens Blue

📋 copy color: '#CDDCEB'

red 205 ◦ green 220 ◦ blue 235

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

Shades of Pattens Blue #CDDCEB

Tints of Pattens Blue #CDDCEB

RGB

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

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

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

R = 31.06%
G = 33.33%
B = 35.61%

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

#CDDCEB (or 0xCDDCEB) is known color: Pattens Blue. HEX triplet: CD, DC and EB. RGB value is (205,220,235). Sum of RGB (Red+Green+Blue) = 205+220+235=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEB is #322314. Grayscale: #D9D9D9. Windows color (decimal): -3285781 or 15457485. OLE color: 15457485.

HSL color Cylindrical-coordinate representation of color #CDDCEB: hue angle of 210º degrees, saturation: 0.43, 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 #CDDCEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 220 235 -
CMYK 0.13 0.06 0 0.08
HSL 210º 0.43% 0.86% -
HSV(B) 210º 0.13% 0.92% -
XYZ 65.77 70.16 88.67 -
YUV 217.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 205 220 235 0.13 0.06 0 0.08 210 0.43 0.86
Hex CD DC EB D 6 0 8 D2 2B 56
Octal 315 334 353 15 6 0 10 322 53 126
Binary 11001101 11011100 11101011 1101 110 0 1000 11010010 101011 1010110

Color Harmonies of #CDDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCEB

Black with #CDDCEB

Text Example


Text Example

White with #CDDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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