Html Css Color HEX #CCEDF8 Pattens Blue

📋 copy color: '#CCEDF8'

red 204 ◦ green 237 ◦ blue 248

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

Shades of Pattens Blue #CCEDF8

Tints of Pattens Blue #CCEDF8

RGB

 RED value IS 204 (80.08% from 255) = 29.61%

 GREEN value IS 237 (92.97% from 255) = 34.4%

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

R = 29.61%
G = 34.4%
B = 35.99%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCEDF8 (or 0xCCEDF8) is known color: Pattens Blue. HEX triplet: CC, ED and F8. RGB value is (204,237,248). Sum of RGB (Red+Green+Blue) = 204+237+248=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF8 is #331207. Grayscale: #E4E4E4. Windows color (decimal): -3346952 or 16313804. OLE color: 16313804.

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

Color convert

RGB 204 237 248 -
CMYK 0.18 0.04 0 0.03
HSL 195º 0.76% 0.89% -
HSV(B) 195º 0.18% 0.97% -
XYZ 72.13 80.18 100.48 -
YUV 228.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 204 237 248 0.18 0.04 0 0.03 195 0.76 0.89
Hex CC ED F8 12 4 0 3 C3 4C 59
Octal 314 355 370 22 4 0 3 303 114 131
Binary 11001100 11101101 11111000 10010 100 0 11 11000011 1001100 1011001

Color Harmonies of #CCEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDF8

Black with #CCEDF8

Text Example


Text Example

White with #CCEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDF8; }

 p { color: rgb(204,237,248); }

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

background-color css

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

 a { background-color: rgb(204,237,248); }

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

border-color css

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

 span { border-color: rgb(204,237,248); }

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