Html Css Color HEX #CCCFE4 Periwinkle

📋 copy color: '#CCCFE4'

red 204 ◦ green 207 ◦ blue 228

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

Shades of Periwinkle #CCCFE4

Tints of Periwinkle #CCCFE4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

 BLUE value IS 228 (89.45% from 255) = 35.68%

R = 31.92%
G = 32.39%
B = 35.68%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCCFE4 (or 0xCCCFE4) is known color: Periwinkle. HEX triplet: CC, CF and E4. RGB value is (204,207,228). Sum of RGB (Red+Green+Blue) = 204+207+228=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE4 is #33301B. Grayscale: #D0D0D0. Windows color (decimal): -3354652 or 14995404. OLE color: 14995404.

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

Color convert

RGB 204 207 228 -
CMYK 0.11 0.09 0 0.11
HSL 232.5º 0.31% 0.85% -
HSV(B) 232.5º 0.11% 0.89% -
XYZ 61.22 63.06 82.34 -
YUV 208.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 204 207 228 0.11 0.09 0 0.11 232.5 0.31 0.85
Hex CC CF E4 B 9 0 B E8 1F 55
Octal 314 317 344 13 11 0 13 350 37 125
Binary 11001100 11001111 11100100 1011 1001 0 1011 11101000 11111 1010101

Color Harmonies of #CCCFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFE4

Black with #CCCFE4

Text Example


Text Example

White with #CCCFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFE4; }

 p { color: rgb(204,207,228); }

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

background-color css

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

 a { background-color: rgb(204,207,228); }

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

border-color css

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

 span { border-color: rgb(204,207,228); }

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