Html Css Color HEX #CDE2EE Pattens Blue

📋 copy color: '#CDE2EE'

red 205 ◦ green 226 ◦ blue 238

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

Shades of Pattens Blue #CDE2EE

Tints of Pattens Blue #CDE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.78%

 BLUE value IS 238 (93.36% from 255) = 35.58%

R = 30.64%
G = 33.78%
B = 35.58%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDE2EE (or 0xCDE2EE) is known color: Pattens Blue. HEX triplet: CD, E2 and EE. RGB value is (205,226,238). Sum of RGB (Red+Green+Blue) = 205+226+238=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2EE is #321D11. Grayscale: #DDDDDD. Windows color (decimal): -3284242 or 15655629. OLE color: 15655629.

HSL color Cylindrical-coordinate representation of color #CDE2EE: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE2EE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 226 238 -
CMYK 0.14 0.05 0 0.07
HSL 201.82º 0.49% 0.87% -
HSV(B) 201.82º 0.14% 0.93% -
XYZ 67.81 73.54 91.51 -
YUV 221.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 205 226 238 0.14 0.05 0 0.07 201.82 0.49 0.87
Hex CD E2 EE E 5 0 7 CA 31 57
Octal 315 342 356 16 5 0 7 312 61 127
Binary 11001101 11100010 11101110 1110 101 0 111 11001010 110001 1010111

Color Harmonies of #CDE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2EE

Black with #CDE2EE

Text Example


Text Example

White with #CDE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2EE; }

 p { color: rgb(205,226,238); }

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

background-color css

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

 a { background-color: rgb(205,226,238); }

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

border-color css

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

 span { border-color: rgb(205,226,238); }

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