Html Css Color HEX #CDEAF8 Pattens Blue

📋 copy color: '#CDEAF8'

red 205 ◦ green 234 ◦ blue 248

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

Shades of Pattens Blue #CDEAF8

Tints of Pattens Blue #CDEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.06%

 BLUE value IS 248 (97.27% from 255) = 36.1%

R = 29.84%
G = 34.06%
B = 36.1%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CDEAF8 (or 0xCDEAF8) is known color: Pattens Blue. HEX triplet: CD, EA and F8. RGB value is (205,234,248). Sum of RGB (Red+Green+Blue) = 205+234+248=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF8 is #321507. Grayscale: #E2E2E2. Windows color (decimal): -3282184 or 16313037. OLE color: 16313037.

HSL color Cylindrical-coordinate representation of color #CDEAF8: hue angle of 199.53º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEAF8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 234 248 -
CMYK 0.17 0.06 0 0.03
HSL 199.53º 0.75% 0.89% -
HSV(B) 199.53º 0.17% 0.97% -
XYZ 71.54 78.6 100.21 -
YUV 226.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 205 234 248 0.17 0.06 0 0.03 199.53 0.75 0.89
Hex CD EA F8 11 6 0 3 C8 4B 59
Octal 315 352 370 21 6 0 3 310 113 131
Binary 11001101 11101010 11111000 10001 110 0 11 11001000 1001011 1011001

Color Harmonies of #CDEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAF8

Black with #CDEAF8

Text Example


Text Example

White with #CDEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAF8; }

 p { color: rgb(205,234,248); }

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

background-color css

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

 a { background-color: rgb(205,234,248); }

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

border-color css

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

 span { border-color: rgb(205,234,248); }

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