Html Css Color HEX #CCD1EC Periwinkle

📋 copy color: '#CCD1EC'

red 204 ◦ green 209 ◦ blue 236

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

Shades of Periwinkle #CCD1EC

Tints of Periwinkle #CCD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.2%

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 31.43%
G = 32.2%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD1EC (or 0xCCD1EC) is known color: Periwinkle. HEX triplet: CC, D1 and EC. RGB value is (204,209,236). Sum of RGB (Red+Green+Blue) = 204+209+236=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1EC is #332E13. Grayscale: #D2D2D2. Windows color (decimal): -3354132 or 15520204. OLE color: 15520204.

HSL color Cylindrical-coordinate representation of color #CCD1EC: hue angle of 230.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD1EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 209 236 -
CMYK 0.14 0.11 0 0.07
HSL 230.63º 0.46% 0.86% -
HSV(B) 230.63º 0.14% 0.93% -
XYZ 62.84 64.49 88.49 -
YUV 210.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 204 209 236 0.14 0.11 0 0.07 230.63 0.46 0.86
Hex CC D1 EC E B 0 7 E7 2E 56
Octal 314 321 354 16 13 0 7 347 56 126
Binary 11001100 11010001 11101100 1110 1011 0 111 11100111 101110 1010110

Color Harmonies of #CCD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1EC

Black with #CCD1EC

Text Example


Text Example

White with #CCD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1EC; }

 p { color: rgb(204,209,236); }

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

background-color css

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

 a { background-color: rgb(204,209,236); }

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

border-color css

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

 span { border-color: rgb(204,209,236); }

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