Html Css Color HEX #CCCEDD Periwinkle

📋 copy color: '#CCCEDD'

red 204 ◦ green 206 ◦ blue 221

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

Shades of Periwinkle #CCCEDD

Tints of Periwinkle #CCCEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 32.33%
G = 32.65%
B = 35.02%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCCEDD (or 0xCCCEDD) is known color: Periwinkle. HEX triplet: CC, CE and DD. RGB value is (204,206,221). Sum of RGB (Red+Green+Blue) = 204+206+221=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDD is #333122. Grayscale: #CFCFCF. Windows color (decimal): -3354915 or 14536396. OLE color: 14536396.

HSL color Cylindrical-coordinate representation of color #CCCEDD: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCEDD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 206 221 -
CMYK 0.08 0.07 0 0.13
HSL 232.94º 0.2% 0.83% -
HSV(B) 232.94º 0.08% 0.87% -
XYZ 60.02 62.2 77.25 -
YUV 207.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 204 206 221 0.08 0.07 0 0.13 232.94 0.2 0.83
Hex CC CE DD 8 7 0 D E9 14 53
Octal 314 316 335 10 7 0 15 351 24 123
Binary 11001100 11001110 11011101 1000 111 0 1101 11101001 10100 1010011

Color Harmonies of #CCCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEDD

Black with #CCCEDD

Text Example


Text Example

White with #CCCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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