Html Css Color HEX #CDDAE6 Pattens Blue

📋 copy color: '#CDDAE6'

red 205 ◦ green 218 ◦ blue 230

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

Shades of Pattens Blue #CDDAE6

Tints of Pattens Blue #CDDAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.38%

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

R = 31.39%
G = 33.38%
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

#CDDAE6 (or 0xCDDAE6) is known color: Pattens Blue. HEX triplet: CD, DA and E6. RGB value is (205,218,230). Sum of RGB (Red+Green+Blue) = 205+218+230=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 218 (85.55% from 255 or 33.38% 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 #CDDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAE6 is #322519. Grayscale: #D7D7D7. Windows color (decimal): -3286298 or 15129293. OLE color: 15129293.

HSL color Cylindrical-coordinate representation of color #CDDAE6: hue angle of 208.8º degrees, saturation: 0.33, 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 #CDDAE6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 218 230 -
CMYK 0.11 0.05 0 0.10
HSL 208.8º 0.33% 0.85% -
HSV(B) 208.8º 0.11% 0.9% -
XYZ 64.53 68.84 84.75 -
YUV 215.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 205 218 230 0.11 0.05 0 0.10 208.8 0.33 0.85
Hex CD DA E6 B 5 0 A D1 21 55
Octal 315 332 346 13 5 0 12 321 41 125
Binary 11001101 11011010 11100110 1011 101 0 1010 11010001 100001 1010101

Color Harmonies of #CDDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAE6

Black with #CDDAE6

Text Example


Text Example

White with #CDDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAE6; }

 p { color: rgb(205,218,230); }

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

background-color css

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

 a { background-color: rgb(205,218,230); }

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

border-color css

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

 span { border-color: rgb(205,218,230); }

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