Html Css Color HEX #CDE1EB Pattens Blue

📋 copy color: '#CDE1EB'

red 205 ◦ green 225 ◦ blue 235

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

Shades of Pattens Blue #CDE1EB

Tints of Pattens Blue #CDE1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.83%

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

R = 30.83%
G = 33.83%
B = 35.34%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDE1EB (or 0xCDE1EB) is known color: Pattens Blue. HEX triplet: CD, E1 and EB. RGB value is (205,225,235). Sum of RGB (Red+Green+Blue) = 205+225+235=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1EB is #321E14. Grayscale: #DCDCDC. Windows color (decimal): -3284501 or 15458765. OLE color: 15458765.

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

Color convert

RGB 205 225 235 -
CMYK 0.13 0.04 0 0.08
HSL 200º 0.43% 0.86% -
HSV(B) 200º 0.13% 0.92% -
XYZ 67.1 72.83 89.12 -
YUV 220.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 205 225 235 0.13 0.04 0 0.08 200 0.43 0.86
Hex CD E1 EB D 4 0 8 C8 2B 56
Octal 315 341 353 15 4 0 10 310 53 126
Binary 11001101 11100001 11101011 1101 100 0 1000 11001000 101011 1010110

Color Harmonies of #CDE1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1EB

Black with #CDE1EB

Text Example


Text Example

White with #CDE1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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