Html Css Color HEX #CDE4F6 Pattens Blue

📋 copy color: '#CDE4F6'

red 205 ◦ green 228 ◦ blue 246

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

Shades of Pattens Blue #CDE4F6

Tints of Pattens Blue #CDE4F6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.58%

 BLUE value IS 246 (96.48% from 255) = 36.23%

R = 30.19%
G = 33.58%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CDE4F6 (or 0xCDE4F6) is known color: Pattens Blue. HEX triplet: CD, E4 and F6. RGB value is (205,228,246). Sum of RGB (Red+Green+Blue) = 205+228+246=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDE4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4F6 is #321B09. Grayscale: #DFDFDF. Windows color (decimal): -3283722 or 16180429. OLE color: 16180429.

HSL color Cylindrical-coordinate representation of color #CDE4F6: hue angle of 206.34º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE4F6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 228 246 -
CMYK 0.17 0.07 0 0.04
HSL 206.34º 0.69% 0.88% -
HSV(B) 206.34º 0.17% 0.96% -
XYZ 69.55 75.12 98.02 -
YUV 223.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 205 228 246 0.17 0.07 0 0.04 206.34 0.69 0.88
Hex CD E4 F6 11 7 0 4 CE 45 58
Octal 315 344 366 21 7 0 4 316 105 130
Binary 11001101 11100100 11110110 10001 111 0 100 11001110 1000101 1011000

Color Harmonies of #CDE4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE4F6

Black with #CDE4F6

Text Example


Text Example

White with #CDE4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE4F6; }

 p { color: rgb(205,228,246); }

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

background-color css

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

 a { background-color: rgb(205,228,246); }

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

border-color css

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

 span { border-color: rgb(205,228,246); }

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