Html Css Color HEX #CCDFEF Pattens Blue

📋 copy color: '#CCDFEF'

red 204 ◦ green 223 ◦ blue 239

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

Shades of Pattens Blue #CCDFEF

Tints of Pattens Blue #CCDFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.48%

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 30.63%
G = 33.48%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDFEF (or 0xCCDFEF) is known color: Pattens Blue. HEX triplet: CC, DF and EF. RGB value is (204,223,239). Sum of RGB (Red+Green+Blue) = 204+223+239=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFEF is #332010. Grayscale: #DBDBDB. Windows color (decimal): -3350545 or 15720396. OLE color: 15720396.

HSL color Cylindrical-coordinate representation of color #CCDFEF: hue angle of 207.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDFEF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 223 239 -
CMYK 0.15 0.07 0 0.06
HSL 207.43º 0.52% 0.87% -
HSV(B) 207.43º 0.15% 0.94% -
XYZ 66.87 71.84 92 -
YUV 219.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 204 223 239 0.15 0.07 0 0.06 207.43 0.52 0.87
Hex CC DF EF F 7 0 6 CF 34 57
Octal 314 337 357 17 7 0 6 317 64 127
Binary 11001100 11011111 11101111 1111 111 0 110 11001111 110100 1010111

Color Harmonies of #CCDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFEF

Black with #CCDFEF

Text Example


Text Example

White with #CCDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFEF; }

 p { color: rgb(204,223,239); }

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

background-color css

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

 a { background-color: rgb(204,223,239); }

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

border-color css

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

 span { border-color: rgb(204,223,239); }

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