Html Css Color HEX #CCCEE6 Periwinkle

📋 copy color: '#CCCEE6'

red 204 ◦ green 206 ◦ blue 230

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

Shades of Periwinkle #CCCEE6

Tints of Periwinkle #CCCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.19%

 BLUE value IS 230 (90.23% from 255) = 35.94%

R = 31.88%
G = 32.19%
B = 35.94%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCCEE6 (or 0xCCCEE6) is known color: Periwinkle. HEX triplet: CC, CE and E6. RGB value is (204,206,230). Sum of RGB (Red+Green+Blue) = 204+206+230=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEE6 is #333119. Grayscale: #D0D0D0. Windows color (decimal): -3354906 or 15126220. OLE color: 15126220.

HSL color Cylindrical-coordinate representation of color #CCCEE6: hue angle of 235.38º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEE6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 206 230 -
CMYK 0.11 0.10 0 0.10
HSL 235.38º 0.34% 0.85% -
HSV(B) 235.38º 0.11% 0.9% -
XYZ 61.26 62.69 83.74 -
YUV 208.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 204 206 230 0.11 0.10 0 0.10 235.38 0.34 0.85
Hex CC CE E6 B A 0 A EB 22 55
Octal 314 316 346 13 12 0 12 353 42 125
Binary 11001100 11001110 11100110 1011 1010 0 1010 11101011 100010 1010101

Color Harmonies of #CCCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEE6

Black with #CCCEE6

Text Example


Text Example

White with #CCCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEE6; }

 p { color: rgb(204,206,230); }

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

background-color css

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

 a { background-color: rgb(204,206,230); }

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

border-color css

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

 span { border-color: rgb(204,206,230); }

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