Shades of Pattens Blue #CCDFF2
Tints of Pattens Blue #CCDFF2
RGB
CMYK
RGB Variations
Color information
#CCDFF2 (or 0xCCDFF2) is known color: Pattens Blue. HEX triplet: CC, DF and F2. RGB value is (204,223,242). Sum of RGB (Red+Green+Blue) = 204+223+242=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFF2 is #33200D. Grayscale: #DBDBDB. Windows color (decimal): -3350542 or 15917004. OLE color: 15917004.
HSL color Cylindrical-coordinate representation of color #CCDFF2: hue angle of 210º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDFF2 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 223 | 242 | - |
CMYK | 0.16 | 0.08 | 0 | 0.05 |
HSL | 210º | 0.59% | 0.87% | - |
HSV(B) | 210º | 0.16% | 0.95% | - |
XYZ | 67.32 | 72.02 | 94.36 | - |
YUV | 219.49 | 140.71 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 242 | 0.16 | 0.08 | 0 | 0.05 | 210 | 0.59 | 0.87 |
Hex | CC | DF | F2 | 10 | 8 | 0 | 5 | D2 | 3B | 57 |
Octal | 314 | 337 | 362 | 20 | 10 | 0 | 5 | 322 | 73 | 127 |
Binary | 11001100 | 11011111 | 11110010 | 10000 | 1000 | 0 | 101 | 11010010 | 111011 | 1010111 |
Color Harmonies of #CCDFF2
Complementary color
Monochromatic Colors of #CCDFF2
Black with #CCDFF2
Text Example
Text Example
White with #CCDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFF2; }
p { color: rgb(204,223,242); }
H1.HeaderClassName
{
color: #CCDFF2;
}
.AnyTagClassName
{
color: #CCDFF2;
}
</style>
background-color css
<style>
a { background-color: #CCDFF2; }
a { background-color: rgb(204,223,242); }
div.DivClassName
{
background-color: #CCDFF2;
}
.BgClassName
{
background-color: #CCDFF2;
}
</style>
border-color css
<style>
span { border-color: #CCDFF2; }
span { border-color: rgb(204,223,242); }
td.TdClassName
{
border-color: #CCDFF2;
}
.TagClassName
{
border-color: #CCDFF2;
}
</style>